| |
---|
| | <xsl-out:text> |
---|
| | \maketitle |
---|
| | </xsl-out:text> |
---|
| | </xsl-out:if> |
---|
| | <!-- |
---|
| | Note that the generate-latex-toc attribute doesn't override anything that the document class does. If the document class generates a table of contents anyway, the value of the attribute is irrelevant. |
---|
| | --> |
---|
| | <xsl-out:if test="@generate-latex-toc = 'yes'"> |
---|
| | <xsl-out:text> |
---|
| | \tableofcontents |
---|
| | </xsl-out:text> |
---|
| | </xsl-out:if> |
---|
| | <xsl-out:text> |
---|
| | |
---|
| | </xsl-out:text> |
---|
| | |
---|
| |
---|
|