projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66b8feb
)
improve pdf TOC output
author
André Malo
<nd@apache.org>
Mon, 3 Feb 2014 14:15:02 +0000
(14:15 +0000)
committer
André Malo
<nd@apache.org>
Mon, 3 Feb 2014 14:15:02 +0000
(14:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1563907
13f79535
-47bb-0310-9956-
ffa450edef68
docs/manual/style/latex/latex.xsl
patch
|
blob
|
history
diff --git
a/docs/manual/style/latex/latex.xsl
b/docs/manual/style/latex/latex.xsl
index e7c1fcfee6cd54ec31bacff78aa785451a51be0a..51a58823731df7545de8496254353522999ad9f2 100644
(file)
--- a/
docs/manual/style/latex/latex.xsl
+++ b/
docs/manual/style/latex/latex.xsl
@@
-75,6
+75,11
@@
\setlength{\parindent}{0ex}
\addtolength{\parskip}{1.2ex}
+% Make space in TOC between section numbers and section title (large numbers!)
+\makeatletter
+\renewcommand*\l@section{\@dottedtocline{1}{1.5em}{3.6em}}
+\makeatother
+
% Shrink the inter-item spaces
\AfterBegin{itemize}{\setlength{\itemsep}{0em}}