logo updates

This commit is contained in:
Mark Andrews 2010-05-12 03:03:45 +00:00
parent d9025d3f48
commit 8f295da232
3 changed files with 26 additions and 12256 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -14,7 +14,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: isc-docbook-latex.xsl.in,v 1.6 2007/06/19 23:47:13 tbox Exp $ -->
<!-- $Id: isc-docbook-latex.xsl.in,v 1.6.558.1 2010/05/12 03:03:45 marka Exp $ -->
<!-- ISC customizations for db2latex generator -->
@ -121,7 +121,13 @@
\par}
%\vskip 1.5em%
\vfil
\includegraphics{isc-logo}
% Not sure exactly how much to trim logo, but given that
% this is a centered environment, we need not be too precise
% so long as the image is centered in the input PDF, we
% trim enough for it to fit on page, and we do not trim
% so much that we clip out part of the graphic itself.
% This seems to work, anyway.
\includegraphics[trim=400 400 400 400,scale=2.5]{isc-logo}
\end{center}\par
\vfil\null
\end{titlepage}
@ -134,6 +140,7 @@
- of contents.
-->
<xsl:template match="book/bookinfo">
<xsl:text>\thispagestyle{empty}&#10;</xsl:text>
<xsl:apply-imports/>
<xsl:text>\begin{center}&#10;</xsl:text>
<xsl:value-of select="$isc.copyright.text"/>
@ -143,7 +150,23 @@
<xsl:call-template name="text"/>
<xsl:text>\end{center}&#10;</xsl:text>
</xsl:for-each>
<xsl:text>\tableofcontents&#10;</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>
<!--