mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
Add contact information to copyright page, fix page style and
numbering for copyright page and table of contents.
This commit is contained in:
parent
804754e626
commit
0c23dd6c9c
@ -14,7 +14,7 @@
|
||||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- $Id: isc-docbook-latex.xsl.in,v 1.7 2010/04/20 02:30:06 sra Exp $ -->
|
||||
<!-- $Id: isc-docbook-latex.xsl.in,v 1.8 2010/04/20 19:16:48 sra Exp $ -->
|
||||
|
||||
<!-- ISC customizations for db2latex generator -->
|
||||
|
||||
@ -140,6 +140,7 @@
|
||||
- of contents.
|
||||
-->
|
||||
<xsl:template match="book/bookinfo">
|
||||
<xsl:text>\thispagestyle{empty} </xsl:text>
|
||||
<xsl:apply-imports/>
|
||||
<xsl:text>\begin{center} </xsl:text>
|
||||
<xsl:value-of select="$isc.copyright.text"/>
|
||||
@ -149,7 +150,23 @@
|
||||
<xsl:call-template name="text"/>
|
||||
<xsl:text>\end{center} </xsl:text>
|
||||
</xsl:for-each>
|
||||
<xsl:text>\tableofcontents </xsl:text>
|
||||
<xsl:text>
|
||||
\vfill
|
||||
\begin{center}
|
||||
Internet System Consortium \\
|
||||
950 Charter Street \\
|
||||
Redwood City, California \\
|
||||
USA \\
|
||||
http://www.isc.org/
|
||||
\end{center}
|
||||
</xsl:text>
|
||||
<xsl:text>
|
||||
\newpage
|
||||
\pagenumbering{roman}
|
||||
\tableofcontents
|
||||
\newpage
|
||||
\pagenumbering{arabic}
|
||||
</xsl:text>
|
||||
</xsl:template>
|
||||
|
||||
<!--
|
||||
|
Loading…
x
Reference in New Issue
Block a user