From bde49b035aeeb625737d3fdc69968db73ecdfccc Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Mon, 16 Jun 2003 15:03:59 +0000 Subject: [PATCH] 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 --- docs/manual/style/latex/TODO | 2 -- docs/manual/style/latex/common.xsl | 11 ++++++++++- docs/manual/style/latex/latex.xsl | 25 ++++++++++++++++++++++++- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/docs/manual/style/latex/TODO b/docs/manual/style/latex/TODO index 867ebb008a..a7904553f7 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 2b3c7cf647..bf63297537 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{ -- 2.40.0