From: Norman Walsh Date: Mon, 20 Jan 2003 15:30:41 +0000 (+0000) Subject: Footnote numeration parameters X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d8cb9ccd7aa335543d1d2cbc232e956f4fe125c;p=docbook-dsssl Footnote numeration parameters --- diff --git a/xsl/params/footnote.number.format.xml b/xsl/params/footnote.number.format.xml new file mode 100644 index 000000000..672cfec52 --- /dev/null +++ b/xsl/params/footnote.number.format.xml @@ -0,0 +1,23 @@ + + +footnote.number.format +string + + +footnote.number.format +Identifies the format used for footnote numbers + + + + + + + + +Description + +The footnote.number.format specifies the format +to use for footnote numeration (1, i, I, a, or A). + + + diff --git a/xsl/params/footnote.number.symbols.xml b/xsl/params/footnote.number.symbols.xml new file mode 100644 index 000000000..e2c10c807 --- /dev/null +++ b/xsl/params/footnote.number.symbols.xml @@ -0,0 +1,34 @@ + + +footnote.number.symbols + + + +footnote.number.symbols + + + + + + + + + +Description + +If footnote.number.symbols is not the empty string, +footnotes will use the characters it contains as footnote symbols. For example, +*†‡◊✠ will identify +footnotes with *, , , +, and . If there are more footnotes +than symbols, the stylesheets will fall back to numbered footnotes using +footnote.number.format. + +The use of symbols for footnotes depends on the ability of your +processor (or browser) to render the symbols you select. Not all systems are +capable of displaying the full range of Unicode characters. If the quoted characters +in the preceding paragraph are not displayed properly, that's a good indicator +that you may have trouble using those symbols for footnotes. + + + diff --git a/xsl/params/table.footnote.number.format.xml b/xsl/params/table.footnote.number.format.xml new file mode 100644 index 000000000..7ea911e72 --- /dev/null +++ b/xsl/params/table.footnote.number.format.xml @@ -0,0 +1,23 @@ + + +table.footnote.number.format +string + + +table.footnote.number.format +Identifies the format used for footnote numbers in tables + + + + + + + + +Description + +The table.footnote.number.format specifies the format +to use for footnote numeration (1, i, I, a, or A) in tables. + + + diff --git a/xsl/params/table.footnote.number.symbols.xml b/xsl/params/table.footnote.number.symbols.xml new file mode 100644 index 000000000..8c4f4e398 --- /dev/null +++ b/xsl/params/table.footnote.number.symbols.xml @@ -0,0 +1,34 @@ + + +table.footnote.number.symbols + + + +table.footnote.number.symbols + + + + + + + + + +Description + +If table.footnote.number.symbols is not the empty string, +table footnotes will use the characters it contains as footnote symbols. For example, +*†‡◊✠ will identify +footnotes with *, , , +, and . If there are more footnotes +than symbols, the stylesheets will fall back to numbered footnotes using +table.footnote.number.format. + +The use of symbols for footnotes depends on the ability of your +processor (or browser) to render the symbols you select. Not all systems are +capable of displaying the full range of Unicode characters. If the quoted characters +in the preceding paragraph are not displayed properly, that's a good indicator +that you may have trouble using those symbols for footnotes. + + +