Suggestions
Search:
 
Next:
text() (in slash.hyphen mode)
Previous:
text() (in xref to mode)
Up:
Whitespace Normalization and Character Encoding normalize scape.mod.xsl
Reference Section

Name

text() (in latex.verbatim mode) — Process text() nodes

Synopsis

<xsl:template match="text()" mode="latex.verbatim"/>

A. Description

Handles regular text content (i.e. #PCDATA) from DocBook documents with they occur within certain “verbatim”-mode elements.

B. Pertinent Variables

latex.trim.verbatim
When this variable is enabled, leading and trailing whitespace will be elided. Otherwise, all text is used verbatim.

D. DocBook Compliance and LaTeX Notes

Unlike other text() templates, LaTeX characters are not escaped by this template. This will result in invalid output in some instances. However, it is currently necessary for “verbatim”-mode support. Whitespace is neither normalised nor elided.