You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2004/04/02 22:11:39 UTC

cvs commit: httpd-2.0/docs/manual/style/latex html.xsl latex.xsl

slive       2004/04/02 12:11:39

  Modified:    docs/manual/style/latex Tag: APACHE_2_0_BRANCH html.xsl
                        latex.xsl
  Log:
  Put a little more detail (including copyright notice) into
  frontmatter of latex version.  Also prepare for inclusion
  of png graphics.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.9.2.4   +5 -4      httpd-2.0/docs/manual/style/latex/html.xsl
  
  Index: html.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/latex/html.xsl,v
  retrieving revision 1.9.2.3
  retrieving revision 1.9.2.4
  diff -u -d -b -u -r1.9.2.3 -r1.9.2.4
  --- html.xsl	9 Feb 2004 20:47:31 -0000	1.9.2.3
  +++ html.xsl	2 Apr 2004 20:11:38 -0000	1.9.2.4
  @@ -309,13 +309,14 @@
   </xsl:template>
   
   <xsl:template match="img">
  -<xsl:text>[Image not coverted]</xsl:text>
  -<!--
   <xsl:variable name="path" select="document(/*/@metafile)/metafile/path" />
   <xsl:text>\includegraphics{</xsl:text>
  -<xsl:value-of select="concat('.',$path,@src)"/>
  +      <xsl:call-template name="replace-string">
  +        <xsl:with-param name="text" select="concat('.',$path,@src)"/>
  +        <xsl:with-param name="replace" select="'.gif'"/>
  +        <xsl:with-param name="with" select="''"/>
  +      </xsl:call-template>
   <xsl:text>}</xsl:text>
  --->
   </xsl:template>
   
   </xsl:stylesheet>
  
  
  
  1.9.2.4   +23 -7     httpd-2.0/docs/manual/style/latex/latex.xsl
  
  Index: latex.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/latex/latex.xsl,v
  retrieving revision 1.9.2.3
  retrieving revision 1.9.2.4
  diff -u -d -b -u -r1.9.2.3 -r1.9.2.4
  --- latex.xsl	9 Feb 2004 20:47:31 -0000	1.9.2.3
  +++ latex.xsl	2 Apr 2004 20:11:38 -0000	1.9.2.4
  @@ -44,7 +44,7 @@
   \usepackage{times}
   \usepackage{longtable}
   \usepackage{style/latex/atbeginend}
  -%\usepackage[pdftex]{color}
  +\usepackage[pdftex]{graphicx}
   \usepackage[colorlinks=true,letterpaper=true,linkcolor=blue,urlcolor=blue]{hyperref}
   
   % Let LaTeX be lenient about very-bad line wrapping.
  @@ -92,7 +92,8 @@
   <xsl:value-of select="$messages/message[@name='documentation']" />
   <xsl:text> </xsl:text>
   <xsl:value-of select="$messages/message[@name='version']" />
  -<xsl:text>}
  +<xsl:text>\\ \bigskip \bigskip
  +\includegraphics{images/feather}\\ \bigskip}
   \author{Apache Software Foundation}
   \date{\today}
   
  @@ -102,11 +103,26 @@
   
   \section*{About The PDF Documentation}
   
  -This is an early release of the PDF version of the Apache
  -Documentation.  It is converted from XML source files, and may contain
  -some errors and inconsistencies.  If you have difficulty reading a
  -part of this file, please consult instead the HTML version of the
  -documentation on the Apache HTTP Server website.
  +Copyright \copyright 2004 The Apache Software Foundation
  +
  +Licensed under the Apache License, Version 2.0 (the "License"); 
  +you may not use this file except in compliance with the License. 
  +You may obtain a copy of the License at \href{http://www.apache.org/licenses/LICENSE-2.0}{http://www.apache.org/licenses/LICENSE-2.0}
  +
  +This version of the Apache HTTP Server Documentation is converted from
  +XML source files to \LaTeX\ using XSLT with the help of Apache Ant,
  +Apache XML Xalan, and Apache XML Xerces.
  +
  +Since the HTML version of the documentation is more commonly checked
  +during development, the PDF version may contain some errors and
  +inconsistencies, especially in formatting.  If you have difficulty
  +reading a part of this file, please consult the HTML version
  +of the documentation on the Apache HTTP Server website at
  +\href{http://httpd.apache.org/docs-2.0/}{http://httpd.apache.org/docs-2.0/}
  +
  +The Apache HTTP Server Documentation is maintained by the Apache HTTP
  +Server Documentation Project.  More information is available at
  +\href{http://httpd.apache.org/docs-project/}{http://httpd.apache.org/docs-project/}
   
   \tableofcontents
   \mainmatter