You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2003/06/27 20:50:49 UTC

cvs commit: httpd-2.0/docs/manual/style/latex latex.xsl

slive       2003/06/27 11:50:49

  Modified:    docs/manual/style/latex latex.xsl
  Log:
  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)
  
  Revision  Changes    Path
  1.9       +3 -3      httpd-2.0/docs/manual/style/latex/latex.xsl
  
  Index: latex.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/latex/latex.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -d -b -u -r1.8 -r1.9
  --- latex.xsl	20 Jun 2003 22:51:28 -0000	1.8
  +++ latex.xsl	27 Jun 2003 18:50:49 -0000	1.9
  @@ -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}