diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-25 20:23:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-25 20:23:16 +0000 |
commit | 77138a64eb620d96c69f875fe8343ca5fd541ada (patch) | |
tree | 75d19935c84604c6757c9666f0d12b28258a0ee7 /Master/texmf-dist/doc | |
parent | df9eafcf47f1c04aeec4fd35a59fd2e5893355e8 (diff) |
siunitx (25apr22)
git-svn-id: svn://tug.org/texlive/trunk@63138 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md | 43 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf | bin | 608331 -> 617919 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 640392 -> 663038 bytes |
3 files changed, 42 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md index cec77aae345..c0810e829bd 100644 --- a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md @@ -7,6 +7,46 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [Unreleased] +## [v3.1.0] - 2022-04-25 + +### Added +- Support for complex numbers in polar form both as input and output +- Support for multiple uncertainty values in both short and long form + in input, and supporting options `uncertainty-descriptors`, + `uncertainty-descriptor-mode` and `uncertainty-descriptor-separator` +- Options `text-subscript-command` and `text-superscript-command` to allow + customisation of script printing in text mode (see issue + [\#595](https://github.com/josephwright/siunitx/issues/595)) +- Options `complex-angle-unit`, `complex-mode`, `complex-symbol-angle`, + and `complex-symbol-degree` to support complex numbers in polar form +- Options `digit-group-size`, `digit-group-first-size` and + `digit-group-other-size` to control digit grouping +- Options `display-per-mode` and `inline-per-mode` to offer additional + flexiblity in `per-mode` control +- Option `per-symbol-script-correction` +- Option `power-half-as-sqrt` +- Option `retain-negative-zero` +- Option `round-zero-positive` to control the outcome of rounding + negative values to zero +- Options `zero-decimal-as-symbol` and `zero-symbol` to support conversion of + a zero decimal part to a dash or other symbol +- Option setting `per-mode = single-symbol` to allow exactly one symbol to be + present +- Unit abbreviations `\C`, `\nC`, `\uC`, `\mC` (see issue + [\#575](https://github.com/josephwright/siunitx/issues/575)) +- Unit abbreviations `\fH` and `\pH` (see issue + [\#596](https://github.com/josephwright/siunitx/issues/596)) +- Unit abbreviation `\nW` (see issue + [\#596](https://github.com/josephwright/siunitx/issues/596)) +- Brazilian and Portuguese translations for lists and ranges (see issue + [\#514](https://github.com/josephwright/siunitx/issues/514)) + +### Changed +- Issue an error if the `units` package is loaded + +### Deprecated +- Option setting `per-mode = symbol-or-fraction` + ## [v3.0.50] - 2022-04-04 ### Fixed @@ -1729,7 +1769,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ### Added - First public testing release (as `si`) -[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.0.50...HEAD +[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.1.0...HEAD +[v3.1.0]: https://github.com/josephwright/siunitx/compare/v3.0.50...v3.1.0 [v3.0.50]: https://github.com/josephwright/siunitx/compare/v3.0.49...v3.0.50 [v3.0.49]: https://github.com/josephwright/siunitx/compare/v3.0.48...v3.0.49 [v3.0.48]: https://github.com/josephwright/siunitx/compare/v3.0.47...v3.0.48 diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf Binary files differindex 6b05035a14d..a91ddf0a367 100644 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf +++ b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf Binary files differindex f66535f7ea6..0f234b75d97 100644 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf +++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf |