latex.xsl revision 27b8489f5fe26106de6a15fd68928797939d6610
2915eb26d1a16c56cdd91fed07566557d42645bdfielding <!ENTITY % HTTPD-VERSION SYSTEM "/version.ent">
2915eb26d1a16c56cdd91fed07566557d42645bdfielding %HTTPD-VERSION;
6ca0e6973c8176100f4a426444823ae5e777e28fsascha Licensed to the Apache Software Foundation (ASF) under one or more
6ca0e6973c8176100f4a426444823ae5e777e28fsascha contributor license agreements. See the NOTICE file distributed with
6ca0e6973c8176100f4a426444823ae5e777e28fsascha this work for additional information regarding copyright ownership.
64185f9824e42f21ca7b9ae6c004484215c031a7rbb The ASF licenses this file to You under the Apache License, Version 2.0
6ca0e6973c8176100f4a426444823ae5e777e28fsascha (the "License"); you may not use this file except in compliance with
6ca0e6973c8176100f4a426444823ae5e777e28fsascha the License. You may obtain a copy of the License at
64185f9824e42f21ca7b9ae6c004484215c031a7rbb Unless required by applicable law or agreed to in writing, software
64185f9824e42f21ca7b9ae6c004484215c031a7rbb distributed under the License is distributed on an "AS IS" BASIS,
64185f9824e42f21ca7b9ae6c004484215c031a7rbb WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2915eb26d1a16c56cdd91fed07566557d42645bdfielding See the License for the specific language governing permissions and
2915eb26d1a16c56cdd91fed07566557d42645bdfielding limitations under the License.
2915eb26d1a16c56cdd91fed07566557d42645bdfielding method="text"
2915eb26d1a16c56cdd91fed07566557d42645bdfielding encoding="ISO-8859-1"
2915eb26d1a16c56cdd91fed07566557d42645bdfielding indent="no"
2915eb26d1a16c56cdd91fed07566557d42645bdfielding<!-- Read the localized messages from the specified language file -->
64185f9824e42f21ca7b9ae6c004484215c031a7rbb<xsl:variable name="message" select="document('/lang/en.xml')
2915eb26d1a16c56cdd91fed07566557d42645bdfielding<xsl:variable name="allmodules" select="document('/xsl/util/allmodules.xml')
2915eb26d1a16c56cdd91fed07566557d42645bdfielding /items/item[@lang='en']"/>
2915eb26d1a16c56cdd91fed07566557d42645bdfielding<!-- Get the guts of the stylesheets -->
2915eb26d1a16c56cdd91fed07566557d42645bdfielding\documentclass[10pt]{book}
2915eb26d1a16c56cdd91fed07566557d42645bdfielding\usepackage{times}
2915eb26d1a16c56cdd91fed07566557d42645bdfielding\usepackage{longtable}
64185f9824e42f21ca7b9ae6c004484215c031a7rbb\usepackage[pdftex]{graphicx}
6ca0e6973c8176100f4a426444823ae5e777e28fsascha\usepackage[colorlinks=true,letterpaper=true,linkcolor=blue,urlcolor=blue]{hyperref}
6ca0e6973c8176100f4a426444823ae5e777e28fsascha% Let LaTeX be lenient about very-bad line wrapping.
6ca0e6973c8176100f4a426444823ae5e777e28fsascha\tolerance=9999
6ca0e6973c8176100f4a426444823ae5e777e28fsascha\emergencystretch=60pt
6ca0e6973c8176100f4a426444823ae5e777e28fsascha% Adjust margins to a reasonable level
6ca0e6973c8176100f4a426444823ae5e777e28fsascha\topmargin 0pt
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha\advance \topmargin by -\headheight
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha\advance \topmargin by -\headsep
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha\textheight 8.9in
b3aeccd394a91bef671438fa47b9ccd7cd6145a5sascha\oddsidemargin 0pt
b3aeccd394a91bef671438fa47b9ccd7cd6145a5sascha\evensidemargin \oddsidemargin
b3aeccd394a91bef671438fa47b9ccd7cd6145a5sascha\marginparwidth 0.5in
6ca0e6973c8176100f4a426444823ae5e777e28fsascha\textwidth 6.5in
6ca0e6973c8176100f4a426444823ae5e777e28fsascha% Keep paragraphs flush left (rather than the default of indenting
10e6ce0b820b1cd90acd12655d6d98e799296524rbb% the first line) and put a space between paragraphs.
6ca0e6973c8176100f4a426444823ae5e777e28fsascha\setlength{\parindent}{0ex}
6ca0e6973c8176100f4a426444823ae5e777e28fsascha\addtolength{\parskip}{1.2ex}
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha% Shrink the inter-item spaces
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha\AfterBegin{itemize}{\setlength{\itemsep}{0em}}
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha\pagestyle{headings}
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha\hypersetup{
b3aeccd394a91bef671438fa47b9ccd7cd6145a5sascha<xsl:value-of select="$message[@id='documentation']" />
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha pdfauthor={Apache Software Foundation}
6ca0e6973c8176100f4a426444823ae5e777e28fsascha<xsl:value-of select="$message[@id='documentation']" />
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha\author{Apache Software Foundation}
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha\date{\today}
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha\begin{document}
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha\frontmatter
96e6cafca226a8a2a64a7bbdc634b5b2679c9e0csascha\section*{About The PDF Documentation}
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}