- Added LaTeX preferred image format parameter.
1 parent ccd8777 commit 2629e86886ca98912f97c14a0b6b37a170b554d6
nstanger authored on 14 Dec 2003
Showing 1 changed file
View
3
■■
xml2xslt.xsl
</HTML>
</xsl-out:template>
</xsl:when>
<xsl:when test="$format='latex'">
<!-- Set to pdf if using PDFLaTeX, otherwise eps. -->
<xsl-out:param name="latex-image-format">pdf</xsl-out:param>
 
<!-- *** LaTeX Source Output *** -->
<!-- Should this produce a LaTeX source fragment or an entire valid source document? -->