diff options
author | Julian Seward <jseward@acm.org> | 2006-12-20 22:13:13 +0100 |
---|---|---|
committer | Julian Seward <jseward@acm.org> | 2006-12-20 22:13:13 +0100 |
commit | f10a33538e9bab6deb61779b3d8aae168824ef48 (patch) | |
tree | ecd1c2ed553ced58a090e0d8b7b7a20bb7c95c80 /bz-fo.xsl | |
parent | 4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f (diff) | |
download | bzip2-1.0.4.tar.gz bzip2-1.0.4.tar.bz2 bzip2-1.0.4.zip |
bzip2-1.0.4bzip2-1.0.4
Diffstat (limited to '')
-rw-r--r-- | bz-fo.xsl | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -254,4 +254,23 @@ | |||
254 | </xsl:template> | 254 | </xsl:template> |
255 | 255 | ||
256 | 256 | ||
257 | <!-- Bug-fix for Suse 10 PassiveTex version --> | ||
258 | <!-- Precompute attribute values 'cos PassiveTex is too stupid: --> | ||
259 | <xsl:attribute-set name="component.title.properties"> | ||
260 | <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute> | ||
261 | <xsl:attribute name="space-before.optimum"> | ||
262 | <xsl:value-of select="concat($body.font.master, 'pt')"/> | ||
263 | </xsl:attribute> | ||
264 | <xsl:attribute name="space-before.minimum"> | ||
265 | <xsl:value-of select="$body.font.master * 0.8"/> | ||
266 | <xsl:text>pt</xsl:text> | ||
267 | </xsl:attribute> | ||
268 | <xsl:attribute name="space-before.maximum"> | ||
269 | <xsl:value-of select="$body.font.master * 1.2"/> | ||
270 | <xsl:text>pt</xsl:text> | ||
271 | </xsl:attribute> | ||
272 | <xsl:attribute name="hyphenate">false</xsl:attribute> | ||
273 | </xsl:attribute-set> | ||
274 | |||
275 | |||
257 | </xsl:stylesheet> | 276 | </xsl:stylesheet> |