<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>
</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>