diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-13 13:36:26 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:47 -0500 |
commit | cae532b588754dfcdea08dbea56e8c8a4b3794d6 (patch) | |
tree | 481e335a5ed0d07a6ab2fa9e3220f48f821bde60 /docs | |
parent | ce052ee83fee8547a556f0e3b1dd74c715143511 (diff) | |
download | samba-cae532b588754dfcdea08dbea56e8c8a4b3794d6.tar.gz samba-cae532b588754dfcdea08dbea56e8c8a4b3794d6.tar.bz2 samba-cae532b588754dfcdea08dbea56e8c8a4b3794d6.zip |
Paper size fixes.
(This used to be commit 64e87fde0ddbceeaaf1640b625ee7ef924b34897)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xslt/latex.xsl | 2 | ||||
-rw-r--r-- | docs/xslt/latex/sambadoc.cls | 13 |
2 files changed, 1 insertions, 14 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"/> diff --git a/docs/xslt/latex/sambadoc.cls b/docs/xslt/latex/sambadoc.cls index c9d46df718..1ed2e891cb 100644 --- a/docs/xslt/latex/sambadoc.cls +++ b/docs/xslt/latex/sambadoc.cls @@ -268,19 +268,6 @@ \plainfootrulewidth 0pt %---- no foot rule for chapter page \footrulewidth 0pt %---- no rule for foot - -%10.5pt fonts -\usepackage{type1cm} -\renewcommand\normalsize{% - \@setfontsize\normalsize{10.5pt}{12pt} - \abovedisplayskip 10\p@ \@plus2\p@ \@minus5\p@ - \abovedisplayshortskip \z@ \@plus3\p@ - \belowdisplayshortskip 6\p@ \@plus3\p@ \@minus3\p@ - \belowdisplayskip \abovedisplayskip -\let\@listi\@listI} -\normalsize -% - %--- Redefine Headers \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} % |