diff options
Diffstat (limited to 'docs/xslt')
-rw-r--r-- | docs/xslt/latex.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/xslt/latex.xsl b/docs/xslt/latex.xsl index f8045db74c..5ee1f6531d 100644 --- a/docs/xslt/latex.xsl +++ b/docs/xslt/latex.xsl @@ -219,4 +219,7 @@ <xsl:apply-templates select="description"/> </xsl:template> +<xsl:template match="refsect1[title='VERSION']"/> +<xsl:template match="refsect1[title='AUTHOR']"/> + </xsl:stylesheet> |