From 0c23dd6c9cafcb8927f520099049aadc2fa1b636 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 20 Apr 2010 19:16:48 +0000 Subject: [PATCH] Add contact information to copyright page, fix page style and numbering for copyright page and table of contents. --- doc/xsl/isc-docbook-latex.xsl.in | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/doc/xsl/isc-docbook-latex.xsl.in b/doc/xsl/isc-docbook-latex.xsl.in index 16791a9b6f..5acbc032f6 100644 --- a/doc/xsl/isc-docbook-latex.xsl.in +++ b/doc/xsl/isc-docbook-latex.xsl.in @@ -14,7 +14,7 @@ - PERFORMANCE OF THIS SOFTWARE. --> - + @@ -140,6 +140,7 @@ - of contents. --> + \thispagestyle{empty} \begin{center} @@ -149,7 +150,23 @@ \end{center} - \tableofcontents + + \vfill + \begin{center} + Internet System Consortium \\ + 950 Charter Street \\ + Redwood City, California \\ + USA \\ + http://www.isc.org/ + \end{center} + + + \newpage + \pagenumbering{roman} + \tableofcontents + \newpage + \pagenumbering{arabic} +