From: Joshua Slive Date: Fri, 27 Jun 2003 18:50:49 +0000 (+0000) Subject: LaTeX: X-Git-Tag: pre_ajp_proxy~1506 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=217da4d4a93e71021e8f7a36f5feee7992e8a3ac;p=apache LaTeX: - 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 --- diff --git a/docs/manual/style/latex/latex.xsl b/docs/manual/style/latex/latex.xsl index d3e8ac7dfd..f08a3f37a1 100644 --- a/docs/manual/style/latex/latex.xsl +++ b/docs/manual/style/latex/latex.xsl @@ -23,12 +23,12 @@ -\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}