Releases: sambitdash/LabelNumerals.jl
Releases · sambitdash/LabelNumerals.jl
v0.1.1
Compatibility with Julia 1.0
Support for all older versions and Compat libraries have been removed.
Fix for RomanNumeral Error Handling
Fix for RomanNumeral Error Handling
Fixes for 0.7
0.7 is now supported.
LabelNumerals.jl - Documentation Updated
The documentation can be seen at: https://sambitdash.github.io/LabelNumerals.jl/docs/build/
Parse method removed for RomanNumerals
Merge pull request #2 from tkelman/patch-1 parse method requires minimum RomanNumerals version 0.2.2
Numerals used in labels
This numeral scheme is to be used for labels only. Example, page numbers.
Hence, it has only additive property implemented. Following are some features:
- Arabic numeral support: 1,2,3, ...
- Roman numeral support: I, II, III, IV etc.
- Alpha as number formats: A,B,C...AA, BB, CC,... etc
- Look up numbers like: one, two, three... etc.
- Prefix for numbers as in appendix: A-1, A-2, A-3
- Ability to present numerals in uppercase and lowercase where applicable: A,B,C or a,b,c or iii,iv,v etc.