From e6c55529c9724ddb15db60fea72aa376fbcd5d7a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 12 Aug 2003 18:22:39 +0000 Subject: More fixes (This used to be commit ec02b2cfa4d913c91dd78bc1b2bdb02d7d560c59) --- docs/docbook/xslt/db2latex/vars.mod.xsl | 127 +++++++++----------------------- 1 file changed, 35 insertions(+), 92 deletions(-) (limited to 'docs/docbook/xslt/db2latex/vars.mod.xsl') diff --git a/docs/docbook/xslt/db2latex/vars.mod.xsl b/docs/docbook/xslt/db2latex/vars.mod.xsl index e20fb59ce2..3e7f3a8acf 100644 --- a/docs/docbook/xslt/db2latex/vars.mod.xsl +++ b/docs/docbook/xslt/db2latex/vars.mod.xsl @@ -1,6 +1,8 @@ @@ -13,6 +15,7 @@ + $Id: vars.mod.xsl,v 1.1.2.3 2003/08/12 18:22:39 jelmer Exp $ CasellasRamon @@ -40,6 +43,7 @@ java @@ -176,6 +180,7 @@ @@ -193,52 +198,6 @@ - - Control Unicode character handling. - - - Normally, XSLT processors will convert SGML character entities into - Unicode characters and DB2LaTeX doesn't have much chance to do anything - toward converting them to LaTeX equivalents. We do not yet know how we - can solve this problem best. - - - Proposed values: 'catcode', 'unicode', 'extension'. - Currently only 'catcode' is supported. All other values will - cause no special handling except for certain mappings in MathML. - In future, perhaps the 'unicode' LaTeX package could be of assistance. - 'Extension' could be an XSLT extension that handles the characters - using a mapping table. - - - - - - - Control the escaping of alt text - - - Text within alt elements is assumed to - be valid LaTeX and is passed through unescaped by default. If this is not - appropriate for your document, set this variable to something other than - '1'. - - - - 1 - - - Control the use of alt text - - - By default, DB2LaTeX assumes that alt - text should be typeset in preference to any - mediaobjects. - - - - 1 - - - Choose whether to use the unicode LaTeX package - See the unicode documentation for details. - - 0 - - - Select the optional parameter(s) for the unicode LaTeX package - See the unicode documentation for details. - - - Select the optional parameter for the babel LaTeX package See the babel documentation for details. @@ -649,7 +593,7 @@ - pdfstartview=FitH + DB2LaTeX hyperref options for dvips output @@ -676,21 +620,7 @@ that command will precede the title and it will be typeset accordingly. - \bf - - - Control the style of article titles within books - - - - \Large\textbf - - - Control the style of article titles - - - - \textbf + \sc Override DB2LaTeX's choice of LaTeX page numbering style @@ -854,6 +784,7 @@ @@ -880,16 +811,29 @@ - Controls what is output after the LaTeX preamble. + Controls what is output after the LaTeX preamble. Basically the \maketitle + - Default values decrease edge margins and allow a large quantity of figures to be set on each page. + Default Values + - \usepackage{anysize} - \marginsize{2cm}{2cm}{2cm}{2cm} + \setlength{\textwidth}{16.5cm} + \setlength{\textheight}{22.2cm} + \setlength{\hoffset}{-2cm} + \setlength{\voffset}{-.9in} \renewcommand\floatpagefraction{.9} \renewcommand\topfraction{.9} \renewcommand\bottomfraction{.9} @@ -900,20 +844,19 @@ - - The \maketitle for books and articles. + + Controls what is output after the LaTeX preamble. Basically the \maketitle + - Some users may wish to override or eliminate \maketitle. - Does not apply to articles within books. - By default, uses LaTeX \maketitle with the 'empty' pagestyle - for the first page. The page style of subsequent pages is determined by - . + Default Values + - - {\maketitle - - \thispagestyle{empty}} + + + \maketitle -- cgit