- 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
This commit is contained in:
Joshua Slive
2003-06-27 18:50:49 +00:00
parent 639047dd76
commit 217da4d4a9

View File

@ -23,12 +23,12 @@
<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}