From 4ab56d50cb154646a3ef8f8856d3bd0d2f10d533 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 10 Jun 2003 21:51:57 +0000 Subject: [PATCH] Latex: Improve the table generation code a little and make another try at getting the # to work in urls. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100208 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/latex/html.xsl | 43 +++++++++++++++++++++++--------- 1 file changed, 31 insertions(+), 12 deletions(-) diff --git a/docs/manual/style/latex/html.xsl b/docs/manual/style/latex/html.xsl index 24338a9640..6a53206798 100644 --- a/docs/manual/style/latex/html.xsl +++ b/docs/manual/style/latex/html.xsl @@ -115,18 +115,28 @@ interpreted in pre --> + + \begin{tabular}{ - - l - + + + + l + + + + + l + + + } \end{tabular} - \\ @@ -135,8 +145,15 @@ interpreted in pre --> - \begin{minipage}{ - + \begin{minipage}[t]{ + + + + + + + + \linewidth} \end{minipage} @@ -179,14 +196,16 @@ interpreted in pre --> - + + - \footnote{\href{ + \footnote{ + \href{ - }{ - - - + }{ + + + }} -- 2.40.0