From: Bob Stayton Date: Sun, 7 Jan 2007 23:45:21 +0000 (+0000) Subject: Add support for arabicindic numbering to autolabel.format template. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e16d27c702e5d0d81991981b152a325067013a31;p=docbook-dsssl Add support for arabicindic numbering to autolabel.format template. --- diff --git a/xsl/common/labels.xsl b/xsl/common/labels.xsl index 8029ca2e9..376c7717c 100644 --- a/xsl/common/labels.xsl +++ b/xsl/common/labels.xsl @@ -815,6 +815,9 @@ Custom stylesheets may override it to get more selective behavior. + + + Unexpected .autolabel value: @@ -832,7 +835,8 @@ Custom stylesheets may override it to get more selective behavior. Returns format passed as parameter if non zero. Supported format are 'arabic' or '1', 'loweralpha' or 'a', 'lowerroman' or 'i', - 'uppoerlapha' or 'A', 'upperroman' or 'I'. If its not one of these then + 'upperlapha' or 'A', 'upperroman' or 'I', 'arabicindic' or '١'. + If its not one of these then returns the default format.