improve pdf TOC output
authorAndré Malo <nd@apache.org>
Mon, 3 Feb 2014 14:15:02 +0000 (14:15 +0000)
committerAndré 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

index e7c1fcfee6cd54ec31bacff78aa785451a51be0a..51a58823731df7545de8496254353522999ad9f2 100644 (file)
 \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}}