Commit fcca1173 authored by Andre Malo's avatar Andre Malo
Browse files

port pdf fixes from trunk


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1563966 13f79535-47bb-0310-9956-ffa450edef68
parent 38a9412f
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -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}}

@@ -144,10 +149,12 @@ Server Documentation Project. More information is available at
</xsl:text>
    <xsl:apply-templates />
    <xsl:if test="@id = 'modules'">
        <xsl:text>\include{mod/index}</xsl:text>&lf;
        <xsl:apply-templates select="document($allmodules)/modulefilelist" />
        <xsl:text>\include{mod/module-dict}</xsl:text>&lf;
        <xsl:text>\include{mod/directive-dict}</xsl:text>&lf;
        <xsl:apply-templates select="document($allmodules)/modulefilelist" />
    </xsl:if>
    <xsl:if test="@id = 'index'">
        <xsl:text>\include{mod/index}</xsl:text>&lf;
        <xsl:text>\include{mod/quickreference}</xsl:text>&lf;
    </xsl:if>
</xsl:for-each>