From d7f61018781c2c9e1d5c019debab84a213d7f095 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Fri, 20 Jun 2003 22:51:28 +0000 Subject: [PATCH] LaTeX: - Replace " with \texttt{"}, which is ugly, but less ugly than quotes going in the wrong direction. - Add a disclaimer to the front of the book telling people to look at the html if they have a problem. - Use "longtable" (and thereby allow a pagebreak) for tables with more than 15 rows. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100319 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/latex/TODO | 6 ------ docs/manual/style/latex/common.xsl | 2 +- docs/manual/style/latex/html.xsl | 17 ++++++++++++++--- docs/manual/style/latex/latex.xsl | 27 ++++++++++++++++++++++++++- 4 files changed, 41 insertions(+), 11 deletions(-) diff --git a/docs/manual/style/latex/TODO b/docs/manual/style/latex/TODO index 2d335e0cb0..f167e5c863 100644 --- a/docs/manual/style/latex/TODO +++ b/docs/manual/style/latex/TODO @@ -8,12 +8,6 @@ Some things that need to be done with the LaTeX transforms: A quick search makes me believe that pdftex will not handle gifs. It probably will handle png. -- Fix quotes - - In LaTeX, quotes should be like ``This''. This may - not be feasible for us, in which case we could simply replace - " with \texttt{"} or something, so that the quotes are all straight. - - Hundreds of other little problems with presentation, cross-referencing, etc. diff --git a/docs/manual/style/latex/common.xsl b/docs/manual/style/latex/common.xsl index c7a4685689..bec14b9ee6 100644 --- a/docs/manual/style/latex/common.xsl +++ b/docs/manual/style/latex/common.xsl @@ -159,7 +159,7 @@ select="$metafile/basename"/> \fbox{\begin{tabular}{rr} -\begin{minipage}[t]{.4\linewidth} +\begin{minipage}[t]{.49\linewidth} \textbf{ } \\ diff --git a/docs/manual/style/latex/html.xsl b/docs/manual/style/latex/html.xsl index c1a5b828ec..4519623e62 100644 --- a/docs/manual/style/latex/html.xsl +++ b/docs/manual/style/latex/html.xsl @@ -124,7 +124,15 @@ interpreted in pre --> -\fbox{\begin{tabular}{ + + + longtable + tabular + + + +\begin{ +}{| @@ -143,9 +151,12 @@ interpreted in pre --> -} +|}\hline + -\end{tabular}} +\hline\end{ + +} diff --git a/docs/manual/style/latex/latex.xsl b/docs/manual/style/latex/latex.xsl index d54b6aca4a..d3e8ac7dfd 100644 --- a/docs/manual/style/latex/latex.xsl +++ b/docs/manual/style/latex/latex.xsl @@ -82,6 +82,15 @@ \begin{document} \frontmatter \maketitle + +\section*{About The PDF Documentation} + +This is an early release of the PDF version of the Apache +Documentation. It is converted from XML source files, and may contain +some errors and inconsistencies. If you have difficulty reading a +part of this file, please consult instead the HTML version of the +documentation on the Apache HTTP Server website. + \tableofcontents \mainmatter @@ -261,6 +270,22 @@ + + + + + + + + + + + + + + + + @@ -292,7 +317,7 @@ - + -- 2.50.1