diff options
Diffstat (limited to 'docs/xslt/latex.xsl')
-rw-r--r-- | docs/xslt/latex.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xslt/latex.xsl b/docs/xslt/latex.xsl index 4b514b1387..9aed8c5ea0 100644 --- a/docs/xslt/latex.xsl +++ b/docs/xslt/latex.xsl @@ -59,7 +59,7 @@ <xsl:text>{\bfseries </xsl:text><xsl:apply-templates/><xsl:text>}</xsl:text> </xsl:template> <xsl:param name="latex.documentclass">sambadoc</xsl:param> -<xsl:param name="latex.documentclass.book">letterpaper,openright,twoside</xsl:param> +<xsl:param name="latex.documentclass.book">letterpaper,10.5pt,openright,twoside</xsl:param> <xsl:param name="latex.babel.language">english</xsl:param> <xsl:variable name="ulink.footnotes" select="1"/> <xsl:variable name="ulink.show" select="0"/> |