Use standard LaTeX book document class rather than custom samba class.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 1 May 2009 15:38:25 +0000 (17:38 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 1 May 2009 20:49:10 +0000 (22:49 +0200)
docs-xml/xslt/latex.xsl

index 165c3151a6b6d165b4c0e561f238a7e932eb766c..2891ee1febedc25b5ee7a5844d604d6aede9f651 100644 (file)
 <xsl:template name="latex.thead.row.entry">
 <xsl:text>{\bfseries </xsl:text><xsl:apply-templates/><xsl:text>}</xsl:text>
 </xsl:template>
+<!--
 <xsl:variable name="latex.class.book">sambadoc</xsl:variable>
+-->
 <xsl:variable name="latex.babel.language">english</xsl:variable>
 <xsl:variable name="ulink.footnotes" select="1"/>
 <xsl:variable name="ulink.show" select="0"/>
 
+<xsl:template name="user.params.set2">
+       <xsl:text>\usepackage{samba}&#10;</xsl:text>
+</xsl:template>
+
 <xsl:template match="smbconfblock/smbconfoption">
        <xsl:text>      </xsl:text><xsl:value-of select="@name"/>
        <xsl:if test="text() != ''">