diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-19 21:17:48 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-19 21:17:48 +0000 |
commit | f7bd105db3cf74fb6d2bfed726cf5d187cb1109f (patch) | |
tree | 0077803fc32f39b293b3860f6ffa765eefcec94f /stylesheets/lfs-pdf.xsl | |
parent | 6d3af72bf2b333798eba7b88075fccab9441519f (diff) |
Updated the stylesheets and Makefile.
Removed contrib/, index-pdf.xml and goTidy.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4428 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-pdf.xsl')
-rw-r--r-- | stylesheets/lfs-pdf.xsl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/stylesheets/lfs-pdf.xsl b/stylesheets/lfs-pdf.xsl index ab768a49a..c154439f0 100644 --- a/stylesheets/lfs-pdf.xsl +++ b/stylesheets/lfs-pdf.xsl @@ -4,7 +4,7 @@ xmlns:fo="http://www.w3.org/1999/XSL/Format" version="1.0"> <!-- We use FO and FOP as the processor --> - <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.67.2/fo/docbook.xsl"/> + <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.66.1/fo/docbook.xsl"/> <xsl:param name="fop.extensions" select="1"/> <xsl:param name="draft.mode" select="'no'"/> @@ -12,7 +12,12 @@ <xsl:include href="pdf/lfs-index.xsl"/> <xsl:include href="pdf/lfs-pagesetup.xsl"/> <xsl:include href="pdf/lfs-sections.xsl"/> + <xsl:include href="pdf/lfs-admon.xsl"/> <xsl:include href="pdf/lfs-mixed.xsl"/> + <xsl:include href="pdf/lfs-xref.xsl"/> + + <!-- This file contains our localization strings (for internationalization) --> + <xsl:param name="local.l10n.xml" select="document('lfs-l10n.xml')"/> <!-- Paper size required by the publisher --> <xsl:param name="paper.type" select="'Customized'"/> @@ -25,7 +30,7 @@ <xsl:param name="alignment">justify</xsl:param> <!-- Font size --> - <xsl:param name="body.font.master">10</xsl:param> + <xsl:param name="body.font.master">9</xsl:param> <xsl:param name="body.font.size">12pt</xsl:param> <!-- TOC stuff --> |