You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2007/01/29 23:09:37 UTC

svn commit: r501194 - /incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf/custom.xsl

Author: schor
Date: Mon Jan 29 14:09:33 2007
New Revision: 501194

URL: http://svn.apache.org/viewvc?view=rev&rev=501194
Log:
No Jira - fix PDF output to put page numbers on the first page
of chapters, etc. (previously were missing)

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf/custom.xsl

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf/custom.xsl
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf/custom.xsl?view=diff&rev=501194&r1=501193&r2=501194
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf/custom.xsl (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/styles/pdf/custom.xsl Mon Jan 29 14:09:33 2007
@@ -160,7 +160,7 @@
             <fo:page-number/>
           </xsl:when>
 
-          <xsl:when test="$double.sided != 0 and $sequence = 'odd' and $position='right'">
+          <xsl:when test="$double.sided != 0 and ($sequence = 'odd' or $sequence = 'first') and $position='right'">
             <fo:page-number/>
           </xsl:when>