From b4081d25a30aa9152d767e52ca5cb8a39407129b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Mon, 27 Jan 2014 21:56:03 +0000 Subject: [PATCH] - fix a few missing references in latex output by adding module and directive index and dict pages. The simple directive list (/mod/directives.html) won't be included. The link points to the quick reference instead. - use &lf; for newline output along the way. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561869 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/latex/directiveindex.xsl | 33 ++-------------------- docs/manual/style/latex/latex.xsl | 11 +++++--- docs/manual/style/latex/quickreference.xsl | 21 +++++++------- 3 files changed, 20 insertions(+), 45 deletions(-) diff --git a/docs/manual/style/latex/directiveindex.xsl b/docs/manual/style/latex/directiveindex.xsl index b97c346a43..e0981ceb19 100644 --- a/docs/manual/style/latex/directiveindex.xsl +++ b/docs/manual/style/latex/directiveindex.xsl @@ -23,39 +23,10 @@ - + - + - - - - - - - - - - \begin{itemize} - - - - - -\item - - (p.\ \pageref{/mod/ - : - - }) - - - \end{itemize} - - diff --git a/docs/manual/style/latex/latex.xsl b/docs/manual/style/latex/latex.xsl index b59c27d757..89ed4f3bc0 100644 --- a/docs/manual/style/latex/latex.xsl +++ b/docs/manual/style/latex/latex.xsl @@ -1,5 +1,6 @@ %HTTPD-VERSION; ]> @@ -144,7 +145,11 @@ Server Documentation Project. More information is available at + \include{mod/index}&lf; + \include{mod/module-dict}&lf; + \include{mod/directive-dict}&lf; + \include{mod/quickreference}&lf; @@ -162,8 +167,7 @@ Server Documentation Project. More information is available at - } - + }&lf; @@ -180,8 +184,7 @@ Server Documentation Project. More information is available at \include{mod/ -} - +}&lf; diff --git a/docs/manual/style/latex/quickreference.xsl b/docs/manual/style/latex/quickreference.xsl index c201b5bd70..50b03a2f48 100644 --- a/docs/manual/style/latex/quickreference.xsl +++ b/docs/manual/style/latex/quickreference.xsl @@ -1,4 +1,7 @@ + +]> - \end{longtable} -\normalsize + \end{longtable}&lf; + \normalsize -- 2.50.1