Suggestions
Search:
 
Next:
callout
Previous:
calloutlist
Up:
Callouts callout.mod.xsl
Reference Section

Name

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

Synopsis

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

A. Description

Formats a title.

B. Pertinent Variables

latex.list.title.style
The LaTeX command for formatting titles.

C. Template Parameters

style
The LaTeX command to use. Defaults to latex.list.title.style.

D. DocBook Compliance and LaTeX Notes

Applies templates as a paragraph, formatted with the specified style.