Using patch from Ben Guillon in pull request #6.
<!-- openright,twoside - proper double sided printing -->
<xsl:param name="latex.class.options">headinclude=on,footinclude=on,openright,twoside</xsl:param>
<!-- openright,twoside - proper double sided printing -->
<xsl:param name="latex.class.options">headinclude=on,footinclude=on,openright,twoside</xsl:param>
+<!--
+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>
+