patches/docbook-style-xsl-04-non-constant-expressions.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 18241 71030b8677ec
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18241
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     1
diff -ruNp docbook-xsl-1.74.0.orig/fo/param.xsl docbook-xsl-1.74.0/fo/param.xsl
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     2
--- docbook-xsl-1.74.0.orig/fo/param.xsl	2008-08-06 13:32:46.000000000 +0200
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     3
+++ docbook-xsl-1.74.0/fo/param.xsl	2008-08-06 13:38:36.000000000 +0200
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     4
@@ -23,8 +23,8 @@
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     5
   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     6
   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     7
   <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master, 'pt')"/></xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     8
-  <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master, 'pt * 0.8')"/></xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
     9
-  <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master, 'pt * 1.2')"/></xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    10
+  <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat(($body.font.master * 0.8), 'pt')"/></xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    11
+  <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat(($body.font.master * 1.2), 'pt')"/></xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    12
   <xsl:attribute name="hyphenate">false</xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    13
   <xsl:attribute name="text-align">center</xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    14
 </xsl:attribute-set>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    15
@@ -334,8 +334,8 @@ set       toc,title
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    16
   <xsl:attribute name="font-weight">bold</xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    17
   <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    18
   <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master,'pt')"/></xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    19
-  <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master,'pt * 0.8')"/></xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    20
-  <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master,'pt * 1.2')"/></xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    21
+  <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat(($body.font.master * 0.8),'pt')"/></xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    22
+  <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat(($body.font.master * 1.2),'pt')"/></xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    23
   <xsl:attribute name="start-indent">0pt</xsl:attribute>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    24
 </xsl:attribute-set>
71030b8677ec 2010-07-15 Alan Coopersmith <[email protected]>
alanc
parents:
diff changeset
    25
 <xsl:attribute-set name="index.entry.properties">