Suggestions |
---|
Search:
|
Next:
informalexample |
Up:
Examples example.mod.xsl |
<xsl:template match="example"> <xsl:variable name="placement"> <xsl:call-template name="generate.formal.title.placement"> <xsl:with-param name="object" select="local-name(.)"/> </xsl:call-template> </xsl:variable> <xsl:variable name="caption"> <xsl:text>{</xsl:text> <xsl:value-of select="$latex.example.caption.style"/> <xsl:text>{\caption{</xsl:text> <xsl:apply-templates select="title" mode="caption.mode"/> <xsl:text>}</xsl:text> <xsl:call-template name="label.id"/> <xsl:text>}} </xsl:text> </xsl:variable> ... </xsl:template>
test_book.pdf from test_book/test.xml, test_program.pdf from test_program/test.xml