From: Joshua Slive Date: Mon, 16 Jun 2003 15:03:59 +0000 (+0000) Subject: LaTeX: X-Git-Tag: pre_ajp_proxy~1536 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bde49b035aeeb625737d3fdc69968db73ecdfccc;p=thirdparty%2Fapache%2Fhttpd.git LaTeX: - Add a little more meta-information to the pdf file (title/author) - Remove the dependency on fullpage.sty, since this is not a standard latex package. - With , replace the arrow with an exclamation mark in a box. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100267 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/latex/TODO b/docs/manual/style/latex/TODO index 867ebb008a9..a7904553f77 100644 --- a/docs/manual/style/latex/TODO +++ b/docs/manual/style/latex/TODO @@ -24,8 +24,6 @@ Some things that need to be done with the LaTeX transforms: - Fix page references on "external" directives ( \par\smallskip -{\Huge $\Longrightarrow$}\begin{minipage}[t]{.8\textwidth} +{\Huge + + + \fbox{!} + + + $\Longrightarrow$ + + +}\begin{minipage}[t]{.8\textwidth} \noindent diff --git a/docs/manual/style/latex/latex.xsl b/docs/manual/style/latex/latex.xsl index 2b3c7cf647a..bf632975372 100644 --- a/docs/manual/style/latex/latex.xsl +++ b/docs/manual/style/latex/latex.xsl @@ -23,14 +23,24 @@ \documentclass[11pt]{book} \usepackage{times} -\usepackage{fullpage} \usepackage{style/latex/atbeginend} +%\usepackage[pdftex]{color} \usepackage[colorlinks=true,letterpaper=true]{hyperref} % Let LaTeX be lenient about very-bad line wrapping. \tolerance=9999 \emergencystretch=60pt +% Adjust margins to a reasonable level +\topmargin 0pt +\advance \topmargin by -\headheight +\advance \topmargin by -\headsep +\textheight 8.9in +\oddsidemargin 0pt +\evensidemargin \oddsidemargin +\marginparwidth 0.5in +\textwidth 6.5in + % Keep paragraphs flush left (rather than the default of indenting % the first line) and put a space between paragraphs. \setlength{\parindent}{0ex} @@ -41,6 +51,19 @@ \pagestyle{headings} +\hypersetup{ + pdftitle={ + + + + + + + +}, + pdfauthor={Apache Software Foundation} + } + \title{