]> granicus.if.org Git - apache/commitdiff
LaTeX:
authorJoshua Slive <slive@apache.org>
Fri, 27 Jun 2003 18:50:49 +0000 (18:50 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 27 Jun 2003 18:50:49 +0000 (18:50 +0000)
- Change the base font to 10pt.  Yes, this is a little smaller than
I prefer for reading a long book, but it makes it much easier to
fit text in tables/examples/lines/etc, and it shrinks the whole
thing by about 100 pages.

- Fix issue with inter-item spacing.

- Change all links to blue (the green was too light, and I don't feel
like figuring out how to fix that with the latex color package)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100377 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/latex/latex.xsl

index d3e8ac7dfdb174e1a1d708f786928cb4f372efec..f08a3f37a161614c0d71eec0c53191b023a88376 100644 (file)
 
 <xsl:template match="sitemap">
 <xsl:text>
-\documentclass[11pt]{book}
+\documentclass[10pt]{book}
 \usepackage{times}
 \usepackage{longtable}
 \usepackage{style/latex/atbeginend}
 %\usepackage[pdftex]{color}
-\usepackage[colorlinks=true,letterpaper=true,linkcolor=green,urlcolor=blue]{hyperref}
+\usepackage[colorlinks=true,letterpaper=true,linkcolor=blue,urlcolor=blue]{hyperref}
 
 % Let LaTeX be lenient about very-bad line wrapping.
 \tolerance=9999 
@@ -50,7 +50,7 @@
 \addtolength{\parskip}{1.2ex}
 
 % Shrink the inter-item spaces
-\AfterBegin{itemize}{\addtolength{\itemsep}{-.6\baselineskip}}
+\AfterBegin{itemize}{\setlength{\itemsep}{0em}}
 
 \pagestyle{headings}