diff options
Diffstat (limited to 'docs/xslt/fo.xsl')
-rw-r--r-- | docs/xslt/fo.xsl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/xslt/fo.xsl b/docs/xslt/fo.xsl index f9a78395da..f095f5df8f 100644 --- a/docs/xslt/fo.xsl +++ b/docs/xslt/fo.xsl @@ -3,19 +3,6 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> -<xsl:import href="../settings.xsl"/> <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/> -<xsl:param name="paper.type"> - <xsl:choose> - <xsl:when test="$papersize = 'a4paper'"> - <xsl:text>A4</xsl:text> - </xsl:when> - <xsl:when test="$papersize = 'letter'"> - <xsl:text>USletter</xsl:text> - </xsl:when> - </xsl:choose> -</xsl:param> - - </xsl:stylesheet> |