From 78b633fe3d63f53021c72aff6a7139d19f3dc5af Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Sun, 7 Jan 2007 23:45:21 +0000 Subject: [PATCH] Add support for arabicindic numbering to autolabel.format template. --- xsl/common/labels.xsl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. -- 2.40.0