|
@@ -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"/>
|