Suggestions
Search:
 
Next:
Sections sections.mod.xsl
Previous:
scape optionalarg
Up:
LaTeX Active character Escaping
Reference Section

Name

scape-slash — Basic line-breaking for verbatim text

Synopsis


      

A. Description

Allow line breaking after certain characters. Text should be escaped with the scape template before being passed to this template.

Mapping Source

<template name="scape-slash">
    <map from="." to=".\dbz{}"/>
    <map from="/" to="/\dbz{}"/>
  </template>