tags 589842 + patch
kthxbye

I've attached a patch which properly numbers the acknowledgements tag
with Roman numerals.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur docbook-xsl-ns.old/fo/pagesetup.xsl docbook-xsl-ns-1.75.2+dfsg/fo/pagesetup.xsl
--- docbook-xsl-ns.old/fo/pagesetup.xsl	2010-08-27 23:16:53.000000000 +0000
+++ docbook-xsl-ns-1.75.2+dfsg/fo/pagesetup.xsl	2010-08-27 23:38:13.000000000 +0000
@@ -2447,6 +2447,7 @@
     <xsl:when test="$element = 'toc' and self::d:book">i</xsl:when>
     <xsl:when test="$element = 'preface'">i</xsl:when>
     <xsl:when test="$element = 'dedication'">i</xsl:when>
+    <xsl:when test="$element = 'acknowledgements'">i</xsl:when>
     <xsl:otherwise>1</xsl:otherwise>
   </xsl:choose>
 </xsl:template>
@@ -2465,6 +2466,7 @@
                               self::d:bookinfo or
                               self::d:info or
                               self::d:dedication or
+                              self::d:acknowledgements or
                               self::d:preface or
                               self::d:toc or
                               self::d:lot)][1]"/>

Attachment: signature.asc
Description: Digital signature

Reply via email to