Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-11 | LaTeX reader: Implement siunitx v3 commands. | John MacFarlane | 1 | -1/+5 | |
We support `\unit`, `\qty`, `\qtyrange`, and `\qtylist` as synonynms of `\si`, `\SI`, `\SIrange`, and `\SIlist`. Closes #7614. | |||||
2021-05-20 | LaTeX reader: More siunitx improvements. Closes #6658. | John MacFarlane | 1 | -45/+93 | |
There's still one slight divergence from the siunitx behavior: we get 'kg m/A/s' instead of 'kg m/(A s)'. At the moment I'm not going to worry about that. | |||||
2021-05-20 | LaTeX/siunitx: fix parsing of `\cubic` etc. See #6658. | John MacFarlane | 1 | -35/+50 | |
2021-05-20 | LaTeX reader sinuitx: fix + sign on ang. | John MacFarlane | 1 | -3/+6 | |
2021-05-20 | LaTeX reader siunitx: add leading 0 to numbers starting with . | John MacFarlane | 1 | -2/+5 | |
2021-05-20 | LaTeX reader: Fix parsing of `+-` in siunitx numbers. | John MacFarlane | 1 | -4/+7 | |
See #6658. | |||||
2021-05-20 | LaTeX reader: support `\pm` in `SI{..}`. | John MacFarlane | 1 | -1/+3 | |
Closes #6620. | |||||
2021-02-28 | Change T.P.Readers.LaTeX.SIunitx to export a command map... | John MacFarlane | 1 | -7/+14 | |
instead of individual commands. | |||||
2020-11-16 | Improve fix to siunitx numbers with minus. | John MacFarlane | 1 | -1/+1 | |
- use real minus sign - use tests contributed by Igor Pashev. | |||||
2020-11-16 | LaTeX reader: Fix negative numbers in siunitx commands. | John MacFarlane | 1 | -2/+4 | |
The commit a157e1a broke negative numbers, e.g. `\SI{-33}{\celcius}` or `\num{-3}`. This fixes the regression. | |||||
2020-09-13 | Fix hlint suggestions, update hlint.yaml (#6680) | Christian Despres | 1 | -3/+3 | |
* Fix hlint suggestions, update hlint.yaml Most suggestions were redundant brackets. Some required LambdaCase. The .hlint.yaml file had a small typo, and didn't ignore camelCase suggestions in certain modules. | |||||
2020-09-10 | Improved uncertainty handling in slunitx. | John MacFarlane | 1 | -6/+11 | |
2020-09-10 | LaTeX reader: support parenthesized uncertainties in siunitx. | John MacFarlane | 1 | -2/+14 | |
2020-09-02 | Support numrange, numlist for siunitx. | John MacFarlane | 1 | -8/+24 | |
See #6658. | |||||
2020-09-02 | Support some missing siunitx commands. | John MacFarlane | 1 | -0/+8 | |
2020-09-02 | LaTeX reader: Support siunitx `\ang`. | John MacFarlane | 1 | -0/+12 | |
See #6658. | |||||
2020-09-02 | LaTeX reader: support `\si` and improve other siunitx commands. | John MacFarlane | 1 | -8/+22 | |
2020-09-02 | LaTeX reader: support `\num` from siunitx. | John MacFarlane | 1 | -5/+38 | |
2020-09-02 | LaTeX reader: Support squared, cubed, tothe in siunitx. | John MacFarlane | 1 | -12/+22 | |
Closes #6657. | |||||
2020-09-02 | LaTeX reader: Factored out siunitx stuff into separate module. | John MacFarlane | 1 | -0/+241 | |