Suggestions
Search:
 
Next:
Callouts callout.mod.xsl
Up:
Free floating Headings bridgehead.mod.xsl
Reference Section

Name

bridgehead — Process bridgehead [2.0.9] elements

Synopsis

<xsl:template match="bridgehead" name="bridgehead">
<xsl:param name="renderas" select="@renderas"/>
<xsl:param name="content"><xsl:apply-templates/></xsl:param>
  ...
</xsl:template>

A. Description

Free-floating headings for bridgeheads [2.0.9] elements. Renders un-numbered section headings.

B. Pertinent Variables

There are no configuration variables for this template.

C. Template Parameters

renderas
The sectioning level to be emulated (e.g. “1” for sect1 [2.0.9]). Chooses the current node's @renderas attribute by default.
content
The content that forms the bridgehead text. By default, normal templates will be applied for the current node.

D. DocBook Compliance and LaTeX Notes

The emulation of section headings is achieved through the normal LaTeX section commands such as \section, \subsection, and so forth. However, levels above three (3) will be typeset with the LaTeX \paragraph* command.

E. Samples and Tests

test_book.pdf from test_book/test.xml, test_subfig.pdf from test_subfig/test.xml, test_tables.pdf from test_tables/test.xml