aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-pdf.xsl
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-09-10 11:18:50 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-09-10 11:18:50 +0000
commit80d66d1587a81148a7558c87fd5cc0d9ebcbf7d3 (patch)
tree15b59e2693594ac30c9c92510514db9c4fc7a09b /stylesheets/lfs-pdf.xsl
parent2e02c35ad71fcbd0b932edf49eb9a8d5e49179b1 (diff)
Updated the stylesheets to use version 1.69.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6820 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/lfs-pdf.xsl')
-rw-r--r--stylesheets/lfs-pdf.xsl8
1 files changed, 4 insertions, 4 deletions
diff --git a/stylesheets/lfs-pdf.xsl b/stylesheets/lfs-pdf.xsl
index d062fe863..e9c15a21a 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.68.1/fo/docbook.xsl"/>
+ <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/fo/docbook.xsl"/>
<xsl:param name="fop.extensions" select="1"/>
<xsl:param name="draft.mode" select="'no'"/>
@@ -18,16 +18,16 @@
<!-- This file contains our localization strings (for internationalization) -->
<xsl:param name="local.l10n.xml" select="document('lfs-l10n.xml')"/>
-
+
<!-- Standart paper size -->
<xsl:param name="paper.type" select="'letter'"/>
- <!-- Paper size required by the publisher
+ <!-- Paper size required by the publisher
<xsl:param name="paper.type" select="'Customized'"/>
<xsl:param name="page.width">7.25in</xsl:param>
<xsl:param name="page.height">9.25in</xsl:param>
-->
-
+
<!-- Printing Style -->
<!-- Change "double.sided" to "1" for published versions -->
<xsl:param name="double.sided" select="0"/>