From 55d8ee039a920508fb51bcc85397e26acc365f60 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 4 Jul 2005 21:36:46 +0000 Subject: Some random updates. (This used to be commit 57d0cc9fcdc1c790a601f6dcf7071188448a5f58) --- docs/xslt/latex.xsl | 12 +++++++++--- docs/xslt/latex/sambadoc.cls | 5 +++-- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'docs/xslt') diff --git a/docs/xslt/latex.xsl b/docs/xslt/latex.xsl index b3434d876a..f8045db74c 100644 --- a/docs/xslt/latex.xsl +++ b/docs/xslt/latex.xsl @@ -154,9 +154,11 @@ + \begin{description} - + + \end{description} @@ -164,12 +166,16 @@ + + + + - \subsubsection{} + \item[{}] \index{|it} - \subsubsection{} + \item[{}] \index{|it} This parameter is a synonym for \smbconfoption{}. diff --git a/docs/xslt/latex/sambadoc.cls b/docs/xslt/latex/sambadoc.cls index 5828ccce40..34b2d286e1 100644 --- a/docs/xslt/latex/sambadoc.cls +++ b/docs/xslt/latex/sambadoc.cls @@ -38,7 +38,7 @@ \RequirePackage{geometry} \geometry{ twoside, - openright, + openleft, papersize={7in,9.25in}, lmargin=.75in, rmargin=.75in, @@ -321,7 +321,8 @@ page \thepage \space undefined}}% backgroundcolor=\color[gray]{0.93}, frame=single, frameround=tttt, - prebreak={\space\linebreaksign} + prebreak={\space\linebreaksign}, + basicstyle=\small } \newcommand{\smbconfsection}[1]{\emph{#1}} -- cgit