summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/siunitx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-17 20:38:21 +0000
committerKarl Berry <karl@freefriends.org>2021-05-17 20:38:21 +0000
commit02d9f17ba92ad3f076e2dc14711462e1dfea6ec0 (patch)
tree1d9b453be69b5988dfe2bc0584d6425547563f69 /Master/texmf-dist/doc/latex/siunitx
parent00085afeded239f44fcdb90c9f1ba8ec7f3680be (diff)
siunitx (17may21)
git-svn-id: svn://tug.org/texlive/trunk@59239 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/siunitx')
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md193
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/README.md40
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdfbin0 -> 1431907 bytes
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/siunitx.pdfbin641398 -> 600690 bytes
4 files changed, 189 insertions, 44 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md
index 356f70b030c..be1b3b2ac14 100644
--- a/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/siunitx/CHANGELOG.md
@@ -7,16 +7,197 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
## [Unreleased]
+## [v3.0.0]
+
+### Added
+- `\complexnum`
+- `\complexqty`
+- `\qty`
+- `\qtylist`
+- `\qtypower`
+- `\qtylist`
+- Option `allow-quantity-breaks`
+- Option `angle-mode`
+- Option `angle-separator`
+- Option `angle-symbol-degree`
+- Option `angle-symbol-minute`
+- Option `angle-symbol-second`
+- Option `drop-exponent`
+- Option `drop-uncertainty`
+- Option `drop-zero-decimal`
+- Option `evaluate-expression`
+- Option `exponent-mode`
+- Option `expression`
+- Option `fill-angle-degrees`
+- Option `fill-angle-minutes`
+- Option `fill-angle-seconds`
+- Option `fraction-command`
+- Option `list-exponents`
+- Option `minimum-decimal-digits`
+- Option `minimum-integer-digits`
+- Option `overwrite-commands`
+- Option `prefix-mode`
+- Option `print-implicit-plus`
+- Option `print-unity-mantissa`
+- Option `print-zero-exponent`
+- Option `product-exponents`
+- Option `product-mode`
+- Option `product-phrase`
+- Option `product-symbol`
+- Option `qualifier-phrase`
+- Option `quantity-product`
+- Option `range-exponents`
+- Option `round-pad`
+- Option `number-angle-product`
+- Option `propagate-math-font`
+- Option `reset-math-version`
+- Option `reset-text-family`
+- Option `reset-text-series`
+- Option `reset-text-shape`
+- Option `separate-uncertainty-units`
+- Option `series-version-mapping`
+- Option `table-align-text-after`
+- Option `table-align-text-before`
+- Option `table-alignment-mode`
+- Option `table-column-type`
+- Option `text-family-to-math`
+- Option `text-series-to-math`
+- Option `uncertainty-mode`
+- Option `unit-font-command`
+- Option setting `list-mode = bracket`
+- Option setting `mode = match`
+- Option setting `number-mode = match`
+- Option setting `per-mode = power-positive-first`
+- Option setting `qualifier-mode = bracket`
+- Option setting `qualifier-mode = phrase`
+- Option setting `qualifier-mode = combine`
+- Option setting `product-mode = bracket`
+- Option setting `range-mode = bracket`
+- Option setting `text-mode = match`
+- Option setting `unit-mode = match`
+
+### Changed
+- Modular re-write to provide code-level API
+- Update unit support to 9th edition of SI Brochure
+
+### Deprecated
+- `\DeclareSIPrePower`
+- `\DeclareSIPostPower`
+- `\SIUnitSymbolAngstrom`
+- `\SIUnitSymbolArcminute`
+- `\SIUnitSymbolArcsecond`
+- `\SIUnitSymbolCelsius`
+- `\SIUnitSymbolDegree`
+- `\SIUnitSymbolMicro`
+- `\SIUnitSymbolOhm`
+- Option `add-decimal-zero`
+- Option `allow-number-unit-break`
+- Option `add-arc-degree-zero`
+- Option `add-arc-minute-zero`
+- Option `add-arc-second-zero`
+- Option `arc-separator`
+- Option `explicit-sign`
+- Option `extract-mass-in-kilograms`
+- Option `fraction-function`
+- Option `omit-uncertainty`
+- Option `overwrite-functions`
+- Option `multi-part-units`
+- Option `number-angle-product`
+- Option `number-unit-product`
+- Option `prefixes-as-symbols`
+- Option `retain-unity-mantissa`
+- Option `retain-zero-uncertainty`
+- Option `retain-zero-exponent`
+- Option `scientific-notation`
+- Option `separate-uncertainty`
+- Option `table-align-text-post`
+- Option `table-align-text-pre`
+- Option `table-comparator`
+- Option `table-figures-decimal`
+- Option `table-figures-exponent`
+- Option `table-figures-integer`
+- Option `table-figures-uncertainty`
+- Option `table-omit-exponent`
+- Option `table-parse-only`
+- Option `table-sign-exponent`
+- Option `table-sign-mantissa`
+- Option `table-space-text-post`
+- Option `table-space-text-pre`
+- Option `text-font-command`
+- Option `zero-decimal-to-integer`
+- Option setting `list-units = brackets`
+- Option setting `per-mode = reciprocal`
+- Option setting `per-mode = reciprocal-positive-first`
+- Option setting `qualifier-mode = brackets`
+- Option setting `qualifier-mode = space`
+- Option setting `qualifier-mode = text`
+- Option setting `product-mode = brackets`
+- Option setting `range-units = brackets`
+- Option setting `table-number-alignment = center-decimal-marker`
+
+### Removed
+- Option `abbreviations`
+- Option `add-integer-zero`
+- Option `binary-units`
+- Option `close-bracket`
+- Option `detect-all`
+- Option `detect-display-math`
+- Option `detect-family`
+- Option `detect-inline-family`
+- Option `detect-inline-weight`
+- Option `detect-mode`
+- Option `detect-none`
+- Option `detect-shape`
+- Option `detect-weight`
+- Option `input-protect-tokens`
+- Option `input-quotient`
+- Option `literal-superscript-as-power`
+- Option `open-bracket`
+- Option `quotient-mode`
+- Option `math-angstrom`
+- Option `math-arcminute`
+- Option `math-arcsecond`
+- Option `math-celsius`
+- Option `math-degree`
+- Option `math-micro`
+- Option `math-ohm`
+- Option `math-rm`
+- Option `math-sf`
+- Option `math-tt`
+- Option `redefine-symbols`
+- Option `number-math-rm`
+- Option `number-math-sf`
+- Option `number-math-tt`
+- Option `number-text-rm`
+- Option `number-text-sf`
+- Option `number-text-tt`
+- Option `table-unit-alignment`
+- Option `text-angstrom`
+- Option `text-arcminute`
+- Option `text-arcsecond`
+- Option `text-celsius`
+- Option `text-degree`
+- Option `text-micro`
+- Option `text-ohm`
+- Option `text-rm`
+- Option `text-sf`
+- Option `text-tt`
+- Option `unit-math-rm`
+- Option `unit-math-sf`
+- Option `unit-math-tt`
+- Option `unit-text-rm`
+- Option `unit-text-sf`
+- Option `unit-text-tt`
+- Option `version-1-compatibility`
+
## [v2.8e] - 2021-04-17
### Fixed
-
- Missing setting in emulation of v1 option `repeatunits`
## [v2.8d] - 2021-04-09
### Changed
-
- Correct file dates for configuration files
## [v2.8c] - 2021-03-27
@@ -326,7 +507,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
- Option name wrong in v1 table (issue #240)
- Use `\textpm` in text mode if `textcomp` package is loaded (issue #249)
- Ignore hard spaces in `\num` (issue #256)
-- Use `\mathord for tight spacing on 'in line' exponent (issue #257)
+- Use `\mathord` for tight spacing on 'in line' exponent (issue #257)
## [v2.5s] - 2013-07-31
@@ -479,7 +660,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
## [v2.4k] - 2012-03-22
### Fixed
-- Interaction of `^` and `_` with `brenw (issue #191)
+- Interaction of `^` and `_` with `breqn` (issue #191)
- Adapted `list-pair-separator` for `translator` package (issue #190)
- Check for `round-minimum` with large values
@@ -1058,7 +1239,9 @@ 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/v2.8d...stable
+[Unreleased]: https://github.com/josephwright/siunitx/compare/v3.0.0...HEAD
+[v3.0.0]: https://github.com/josephwright/siunitx/compare/v2.8e...v3.0.0
+[v2.8e]: https://github.com/josephwright/siunitx/compare/v2.8d...v2.8e
[v2.8d]: https://github.com/josephwright/siunitx/compare/v2.8c...v2.8d
[v2.8c]: https://github.com/josephwright/siunitx/compare/v2.8b...v2.8c
[v2.8b]: https://github.com/josephwright/siunitx/compare/v2.8a...v2.8b
diff --git a/Master/texmf-dist/doc/latex/siunitx/README.md b/Master/texmf-dist/doc/latex/siunitx/README.md
index 93244686b6d..a57e22745b6 100644
--- a/Master/texmf-dist/doc/latex/siunitx/README.md
+++ b/Master/texmf-dist/doc/latex/siunitx/README.md
@@ -1,5 +1,5 @@
siunitx - A comprehensive (SI) units package
-==============================================
+============================================
Physical quantities have both numbers and units, and each
physical quantity should be expressed as the product of a number
@@ -15,41 +15,3 @@ of configuration options which make it possible to follow
varying typographic conventions with the same input syntax. The
package includes automated processing of numbers and units, and
the ability to control tabular alignment of numbers.
-
-Installation
-------------
-
-The package is supplied in `dtx` format and as a pre-extracted
-zip file, `siunitx.tds.zip`. The later is most convenient for
-most users: simply unzip this in your local texmf directory . If
-you want to unpack the `.dtx` yourself, running `tex
-siunitx.dtx` will extract the package whereas `latex
-siunitx.dtx` will extract it and also typeset the documentation.
-
-The package requires LaTeX3 support as provided in the
-`l3kernel` and `l3packages` bundles. Both of these are available
-on [CTAN](http://www.ctan.org/) as ready-to-install zip files.
-Suitable versions are available in MiKTeX 2.9 and TeX Live 2015
-(updating the relevant packages online may be necessary).
-LaTeX3, and so `siunitx`, requires the e-TeX extensions: these
-are available on all modern TeX systems.
-
-Typesetting the documentation requires a number of packages in
-addition to those needed to use the package. This is mainly
-because of the number of demonstration items included in the
-text. To compile the documentation without error, you will
-need the packages:
- - `amsmath`
- - `booktabs`
- - `cancel`
- - `caption`
- - `cleveref`
- - `colortbl`
- - `csquotes`
- - `datatool`
- - `helvet`
- - `mathpazo`
- - `multirow`
- - `listings`
- - `pgfplots`
- - `xcolor` \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf
new file mode 100644
index 00000000000..7a34f865a87
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/siunitx/siunitx-code.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
index 84e23eb0066..23c1e8fea4b 100644
--- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
+++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
Binary files differ