From 8ebc324bda609ec8c3667fa40215d8441dfaec50 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Mon, 3 Feb 2014 14:15:02 +0000 Subject: [PATCH] improve pdf TOC output git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1563907 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/latex/latex.xsl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manual/style/latex/latex.xsl b/docs/manual/style/latex/latex.xsl index e7c1fcfee6..51a5882373 100644 --- 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}} -- 2.50.1