From: Joshua Slive Date: Thu, 12 Jun 2003 19:50:41 +0000 (+0000) Subject: LaTeX: X-Git-Tag: pre_ajp_proxy~1547 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5107cf3d7d577566d3df6f7c8caffef608ce8560;p=thirdparty%2Fapache%2Fhttpd.git LaTeX: - Add directive index. - Number the front-matter pages using roman numerals - Omit any
that ends a block. - Improve the rendering of by using a list environment rather than a minipage. - Update the TODO list. Current draft at: http://www.apache.org/~slive/manual/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100225 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/latex/TODO b/docs/manual/style/latex/TODO index 432dadffbdf..867ebb008a9 100644 --- a/docs/manual/style/latex/TODO +++ b/docs/manual/style/latex/TODO @@ -1,7 +1,6 @@ Some things that need to be done with the LaTeX transforms: - Finish special pages: - * directive index * quick reference * faq [This is a good job for someone who wants to get familiar with LaTeX, @@ -22,6 +21,11 @@ Some things that need to be done with the LaTeX transforms: not be feasible for us, in which case we could simply replace " with \texttt{"} or something, so that the quotes are all straight. +- Fix page references on "external" directives + ( -\hfill\begin{minipage}{.9\textwidth}{\texttt +\begin{list}{}{\topsep 0pt\rightmargin 0pt\leftmargin 2em} +\item[] -}\end{minipage} +\end{list} + diff --git a/docs/manual/style/latex/directiveindex.xsl b/docs/manual/style/latex/directiveindex.xsl new file mode 100644 index 00000000000..1a9f0240f6c --- /dev/null +++ b/docs/manual/style/latex/directiveindex.xsl @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + \section{ + } + \label{ + + + } + + + + + \begin{itemize} + + + + + +\item + + (p.\ \pageref{/mod/ + : + + }) + + + \end{itemize} + + + + + diff --git a/docs/manual/style/latex/html.xsl b/docs/manual/style/latex/html.xsl index 67a6465070c..1f1240044ff 100644 --- a/docs/manual/style/latex/html.xsl +++ b/docs/manual/style/latex/html.xsl @@ -62,12 +62,18 @@ \smallskip - \\ + + + \\ + -\\ + + + \\ + diff --git a/docs/manual/style/latex/latex.xsl b/docs/manual/style/latex/latex.xsl index c4a4558331f..2b3c7cf647a 100644 --- a/docs/manual/style/latex/latex.xsl +++ b/docs/manual/style/latex/latex.xsl @@ -17,6 +17,7 @@ + @@ -28,7 +29,7 @@ % Let LaTeX be lenient about very-bad line wrapping. \tolerance=9999 -\emergencystretch=40pt +\emergencystretch=60pt % Keep paragraphs flush left (rather than the default of indenting % the first line) and put a space between paragraphs. @@ -53,8 +54,10 @@ \date{\today} \begin{document} +\frontmatter \maketitle \tableofcontents +\mainmatter