Suggestions |
---|
Search:
|
Next:
generate.step.title |
Previous:
procedure/title Up: Procedures procedure.mod.xsl |
<xsl:template match="step" name="step"> <xsl:param name="mode" select="''"/> <xsl:param name="title"> <xsl:call-template name="generate.step.title"> <xsl:with-param name="mode" select="$mode"/> </xsl:call-template> </xsl:param> ... </xsl:template>
Each step is typeset using the LaTeX \item command.
If there is no title [2.0.9] element, the step will be numbered automatically by LaTeX.
test_book.pdf from test_book/test.xml, test_chemistry.pdf from test_chemistry/test.xml, test_procedure.pdf from test_procedure/test.xml