1<!-- This custom XSL tweaks the dblatex XML settings. --> 2<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'> 3 <!-- These parameters disable the list of collaborators and revisions. 4 Together remove a useless page from the front matter. --> 5 <xsl:param name='doc.collab.show'>0</xsl:param> 6 <xsl:param name='latex.output.revhistory'>0</xsl:param> 7</xsl:stylesheet> 8