footnote-style

The style that should be used for enumerating footnotes.

Availability

Available in: Document Settings

Type

Symbol

Available values

Value Description
decimal Use decimal numbers to enumerate footnotes. Used as default.
lowercase-alpha Use lowercase alphabetic characters to enumerate footnotes. (a … z, aa … zz, …)
uppercase-alpha Use uppercase alphabetic characters to enumerate footnotes. (A … Z, AA … ZZ, …)
lowercase-roman Use lowercase roman numerals to enumerate footnotes. (i, ii, iii, iv, v, …)
uppercase-roman Use uppercase roman numerals to enumerate footnotes. (I, II, III, IV, V, …)
chicago-style-manual Enumerate footnotes according the chicago style manual (*, †, ‡, §, **, ††, …)

Default value

decimal

Inherited

No.

Example

document-settings {
  footnote-placement:    end-of-section
  footnote-style:        lowercase-alpha
  footnote-enumeration:  continuous
}