diff options
Diffstat (limited to 'docs/xslt/latex.xsl')
-rw-r--r-- | docs/xslt/latex.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xslt/latex.xsl b/docs/xslt/latex.xsl index 5e10e62961..4b514b1387 100644 --- a/docs/xslt/latex.xsl +++ b/docs/xslt/latex.xsl @@ -59,13 +59,13 @@ <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">openright,twoside</xsl:param> +<xsl:param name="latex.documentclass.book">letterpaper,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"/> <xsl:template match="smbconfblock/smbconfoption"> - <xsl:value-of select="@name"/> + <xsl:text> </xsl:text><xsl:value-of select="@name"/> <xsl:if test="text() != ''"> <xsl:text> = </xsl:text> <xsl:value-of select="text()"/> |