index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
LaTeX
/
SIunitx.hs
Age
Commit message (
Expand
)
Author
2023-10-08
Fix incorrect abbreviation for astronomical unit (#9125)
Michael McClurg
2022-10-16
T.P.Parsing: Remove gratuitious renaming of Parsec types.
John MacFarlane
2022-10-03
Rename T.P.Readers.LaTeX.Types -> T.P.TeX.
John MacFarlane
2022-09-27
Fix small whitespace things.
John MacFarlane
2022-01-07
T.P.Readers.LaTeX.SIunitx: explicit imports.
John MacFarlane
2021-10-11
LaTeX reader: Implement siunitx v3 commands.
John MacFarlane
2021-05-20
LaTeX reader: More siunitx improvements. Closes #6658.
John MacFarlane
2021-05-20
LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658.
John MacFarlane
2021-05-20
LaTeX reader sinuitx: fix + sign on ang.
John MacFarlane
2021-05-20
LaTeX reader siunitx: add leading 0 to numbers starting with .
John MacFarlane
2021-05-20
LaTeX reader: Fix parsing of `+-` in siunitx numbers.
John MacFarlane
2021-05-20
LaTeX reader: support `\pm` in `SI{..}`.
John MacFarlane
2021-02-28
Change T.P.Readers.LaTeX.SIunitx to export a command map...
John MacFarlane
2020-11-16
Improve fix to siunitx numbers with minus.
John MacFarlane
2020-11-16
LaTeX reader: Fix negative numbers in siunitx commands.
John MacFarlane
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-09-10
Improved uncertainty handling in slunitx.
John MacFarlane
2020-09-10
LaTeX reader: support parenthesized uncertainties in siunitx.
John MacFarlane
2020-09-02
Support numrange, numlist for siunitx.
John MacFarlane
2020-09-02
Support some missing siunitx commands.
John MacFarlane
2020-09-02
LaTeX reader: Support siunitx `\ang`.
John MacFarlane
2020-09-02
LaTeX reader: support `\si` and improve other siunitx commands.
John MacFarlane
2020-09-02
LaTeX reader: support `\num` from siunitx.
John MacFarlane
2020-09-02
LaTeX reader: Support squared, cubed, tothe in siunitx.
John MacFarlane
2020-09-02
LaTeX reader: Factored out siunitx stuff into separate module.
John MacFarlane