<xsl:param name="latex.class.book">book</xsl:param>
<xsl:param name="latex.class.options">a4paper,openright,twoside</xsl:param>
+ <!-- The TOC links in the titles, and in blue. -->
+ <!-- ensure URLs in the text do not end up light gray too -->
+ <xsl:param name="latex.hyperparam">linktocpage,colorlinks,linkcolor=black,urlcolor=black,pdfstartview=FitH</xsl:param>
+
<!-- No use showing table of content, it is empty -->
<xsl:param name="doc.toc.show">0</xsl:param>
<xsl:param name="latex.output.revhistory">0</xsl:param>
<!-- enable draft mode until ready to publish -->
- <xsl:param name="draft.mode">yes</xsl:param>
- <xsl:param name="draft.watermark">1</xsl:param>
+ <xsl:param name="draft.mode">no</xsl:param>
+ <xsl:param name="draft.watermark">0</xsl:param>
<!-- insert a few latex tricks at the top of the .tex document -->
<xsl:param name="latex.begindocument">
</l:l10n>
</l:i18n>
+<!--
+Make final page blank, which is required for PDFs inteneded for
+extended distribution with LuLu.
+-->
+
+<xsl:param name="latex.enddocument">
+ <xsl:text>\pagebreak
+\thispagestyle{empty}
+~
+\end{document}
+ </xsl:text>
+</xsl:param>
+
</xsl:stylesheet>