]> git.ipfire.org Git - ipfire-3.x.git/blame - docbook-xsl/patches/docbook-xsl-non-constant-expressions.patch
git: Update to 2.23.0
[ipfire-3.x.git] / docbook-xsl / patches / docbook-xsl-non-constant-expressions.patch
CommitLineData
9b617772
SS
1diff -ruNp docbook-xsl-1.74.0.orig/fo/param.xsl docbook-xsl-1.74.0/fo/param.xsl
2--- docbook-xsl-1.74.0.orig/fo/param.xsl 2008-08-06 13:32:46.000000000 +0200
3+++ docbook-xsl-1.74.0/fo/param.xsl 2008-08-06 13:38:36.000000000 +0200
4@@ -23,8 +23,8 @@
5 <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
6 <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
7 <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master, 'pt')"/></xsl:attribute>
8- <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master, 'pt * 0.8')"/></xsl:attribute>
9- <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master, 'pt * 1.2')"/></xsl:attribute>
10+ <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat(($body.font.master * 0.8), 'pt')"/></xsl:attribute>
11+ <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat(($body.font.master * 1.2), 'pt')"/></xsl:attribute>
12 <xsl:attribute name="hyphenate">false</xsl:attribute>
13 <xsl:attribute name="text-align">center</xsl:attribute>
14 </xsl:attribute-set>
15@@ -334,8 +334,8 @@ set toc,title
16 <xsl:attribute name="font-weight">bold</xsl:attribute>
17 <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute>
18 <xsl:attribute name="space-before.optimum"><xsl:value-of select="concat($body.font.master,'pt')"/></xsl:attribute>
19- <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat($body.font.master,'pt * 0.8')"/></xsl:attribute>
20- <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat($body.font.master,'pt * 1.2')"/></xsl:attribute>
21+ <xsl:attribute name="space-before.minimum"><xsl:value-of select="concat(($body.font.master * 0.8),'pt')"/></xsl:attribute>
22+ <xsl:attribute name="space-before.maximum"><xsl:value-of select="concat(($body.font.master * 1.2),'pt')"/></xsl:attribute>
23 <xsl:attribute name="start-indent">0pt</xsl:attribute>
24 </xsl:attribute-set>
25 <xsl:attribute-set name="index.entry.properties">