Suggestions |
---|
Search:
|
Next:
varlistentry |
Previous:
variablelist Up: Lists lists.mod.xsl |
orderedlist — Process orderedlist [2.0.9] elements
<xsl:template match="orderedlist"> <xsl:variable name="numeration"> <xsl:choose> <xsl:when test="@numeration"> <xsl:value-of select="@numeration"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="arabic"/> </xsl:otherwise> </xsl:choose> </xsl:variable> ... </xsl:template>
The only DocBook attribute that is supported is numeration.
Applies templates. Uses a LaTeX \begin{enumerate} environment. The environment may be modified by the inclusion of a <?db2latex-custom-list> processing instruction preceding the listitems.
The spacing=“compact” attribute is recognised.
The numeration attribute is recognised.
test_book.pdf from test_book/test.xml, test_chemistry.pdf from test_chemistry/test.xml