]> granicus.if.org Git - docbook-dsssl/commitdiff
Also fixed footer.column.widths for single-sided output.
authorBob Stayton <bobs@sagehill.net>
Thu, 20 May 2004 23:30:36 +0000 (23:30 +0000)
committerBob Stayton <bobs@sagehill.net>
Thu, 20 May 2004 23:30:36 +0000 (23:30 +0000)
xsl/fo/pagesetup.xsl

index 023f4902ce5ba13e518440f11df75b0f58e56fa6..6ac698c881ec88ef721465f8f5d2531de85aaf9f 100644 (file)
 
   <xsl:variable name="column1">
     <xsl:choose>
+      <xsl:when test="$double.sided = 0">1</xsl:when>
       <xsl:when test="$sequence = 'first' or $sequence = 'odd'">1</xsl:when>
       <xsl:otherwise>3</xsl:otherwise>
     </xsl:choose>
 
   <xsl:variable name="column3">
     <xsl:choose>
+      <xsl:when test="$double.sided = 0">3</xsl:when>
       <xsl:when test="$sequence = 'first' or $sequence = 'odd'">3</xsl:when>
       <xsl:otherwise>1</xsl:otherwise>
     </xsl:choose>