• Added suppress-latex-title attribute for (Xe)LaTeX.
1 parent b6d456e commit dd1d59c3b422e3f879aaee074019b20717c062c3
Nigel Stanger authored on 6 Jul 2014
Showing 1 changed file
View
6
xml2xslt.xsl
<xsl-out:call-template name="newline-internal" />
 
<xsl-out:text>
\begin{document}
</xsl-out:text>
<xsl-out:if test="@suppress-latex-title != 'yes'">
<xsl-out:text>
\maketitle
</xsl-out:text>
</xsl-out:if>
<xsl-out:text>
 
</xsl-out:text>
 
<xsl-out:apply-templates />