- 1.66.1 (bug #133586).
This commit is contained in:
parent
dbb1b275a8
commit
2ada51e5ef
@ -1 +1,2 @@
|
||||
docbook-xsl-1.65.1.tar.gz
|
||||
docbook-xsl-1.66.1.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: docbook-style-xsl
|
||||
Version: 1.65.1
|
||||
Release: 2
|
||||
Version: 1.66.1
|
||||
Release: 1
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: Norman Walsh's XSL stylesheets for DocBook XML.
|
||||
@ -93,6 +93,9 @@ CATALOG=/etc/xml/catalog
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 2 2004 Tim Waugh <twaugh@redhat.com> 1.66.1-1
|
||||
- 1.66.1 (bug #133586).
|
||||
|
||||
* Fri Jun 4 2004 Tim Waugh <twaugh@redhat.com> 1.65.1-2
|
||||
- Fix strange filenames (bug #125311).
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- docbook-xsl-1.64.1/fo/pagesetup.xsl.marginleft 2003-12-17 00:57:36.000000000 +0000
|
||||
+++ docbook-xsl-1.64.1/fo/pagesetup.xsl 2004-01-18 16:29:32.000000000 +0000
|
||||
--- docbook-xsl-1.66.1/fo/pagesetup.xsl.marginleft 2004-09-02 05:13:53.000000000 +0100
|
||||
+++ docbook-xsl-1.66.1/fo/pagesetup.xsl 2004-11-02 17:08:30.350296912 +0000
|
||||
@@ -34,29 +34,11 @@
|
||||
margin-left="{$page.margin.outer} - {$title.margin.left}"
|
||||
-->
|
||||
@ -32,9 +32,9 @@
|
||||
</xsl:param>
|
||||
|
||||
<xsl:template name="setup.pagemasters">
|
||||
--- docbook-xsl-1.64.1/fo/lists.xsl.marginleft 2003-12-04 20:13:46.000000000 +0000
|
||||
+++ docbook-xsl-1.64.1/fo/lists.xsl 2004-01-18 16:31:51.000000000 +0000
|
||||
@@ -303,7 +303,7 @@
|
||||
--- docbook-xsl-1.66.1/fo/lists.xsl.marginleft 2004-08-14 09:33:19.000000000 +0100
|
||||
+++ docbook-xsl-1.66.1/fo/lists.xsl 2004-11-02 17:11:16.236642694 +0000
|
||||
@@ -350,7 +350,7 @@
|
||||
</xsl:when>
|
||||
<xsl:when test="@termlength">
|
||||
<xsl:variable name="termlength.is.number">
|
||||
@ -43,7 +43,7 @@
|
||||
</xsl:variable>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$termlength.is.number = 'NaN'">
|
||||
@@ -312,7 +312,7 @@
|
||||
@@ -359,7 +359,7 @@
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="@termlength"/>
|
||||
@ -52,7 +52,7 @@
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:when>
|
||||
@@ -321,7 +321,7 @@
|
||||
@@ -368,7 +368,7 @@
|
||||
<xsl:with-param name="terms" select="varlistentry/term"/>
|
||||
<xsl:with-param name="maxlength" select="$variablelist.max.termlength"/>
|
||||
</xsl:call-template>
|
||||
@ -61,13 +61,21 @@
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
@@ -348,8 +348,7 @@
|
||||
|processing-instruction()[not(preceding-sibling::varlistentry)]"/>
|
||||
|
||||
<fo:list-block id="{$id}"
|
||||
- provisional-distance-between-starts=
|
||||
- "{$termlength}+{$label-separation}"
|
||||
+ provisional-distance-between-starts="{$termlength}"
|
||||
provisional-label-separation="{$label-separation}"
|
||||
xsl:use-attribute-sets="list.block.spacing">
|
||||
<xsl:apply-templates mode="vl.as.list"
|
||||
@@ -406,7 +406,7 @@
|
||||
<xsl:when test="ancestor::listitem">
|
||||
<fo:list-block id="{$id}"
|
||||
provisional-distance-between-starts=
|
||||
- "{$termlength}+{$label-separation}"
|
||||
+ "{$termlength}"
|
||||
provisional-label-separation="{$label-separation}">
|
||||
<xsl:copy-of select="$content"/>
|
||||
</fo:list-block>
|
||||
@@ -414,7 +414,7 @@
|
||||
<xsl:otherwise>
|
||||
<fo:list-block id="{$id}"
|
||||
provisional-distance-between-starts=
|
||||
- "{$termlength}+{$label-separation}"
|
||||
+ "{$termlength}"
|
||||
provisional-label-separation="{$label-separation}"
|
||||
xsl:use-attribute-sets="list.block.spacing">
|
||||
<xsl:copy-of select="$content"/>
|
||||
|
Loading…
Reference in New Issue
Block a user