• Fixed broken document title suppression (doing it when it shouldn’t).
1 parent dd1d59c commit bf495179e6fdce972ba1b28954c8333df7dd5b60
Nigel Stanger authored on 9 Jul 2014
Showing 1 changed file
View
2
■■■
xml2xslt.xsl
 
<xsl-out:text>
\begin{document}
</xsl-out:text>
<xsl-out:if test="@suppress-latex-title != 'yes'">
<xsl-out:if test="not( @suppress-latex-title ) or ( @suppress-latex-title != 'yes' )">
<xsl-out:text>
\maketitle
</xsl-out:text>
</xsl-out:if>