Suggestions
Search:
 
Next:
segtitle
Previous:
segmentedlist
Up:
Lists lists.mod.xsl
Reference Section

Name

segmentedlist/title — Process titles for segmentedlist [2.0.9] elements

Synopsis

<xsl:template match="segmentedlist/title">
<xsl:param name="style" select="$latex.list.title.style"/>
  ...
</xsl:template>

A. Description

Formats a title as a paragraph.

B. Pertinent Variables

There are no configuration variables for this template.

C. Template Parameters

style
The LaTeX command to use.

D. DocBook Compliance and LaTeX Notes

Applies templates as a paragraph, formatted with the specified style, and terminated with a newline command.