diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | bin | 546809 -> 547110 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 33 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 24 |
5 files changed, 31 insertions, 30 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf Binary files differindex ef8b9d4f5ff..f9699369fd3 100644 --- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf +++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index de29146cb02..5f7cfdb38c4 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -531,6 +531,7 @@ This work consists of the file siunitx.dtx %\changes{v2.2b}{2011/04/19}{Fix bad formatting of negative exponents when % using the \opt{output-exponent-marker} option} %\changes{v2.2c}{2011/04/20}{Fix bad interaction with \pkg{cellspace} package} +%\changes{v2.2d}{2011/04/28}{Fix the \opt{strict} option} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -1621,11 +1622,11 @@ This work consists of the file siunitx.dtx % input-ignore & Literal & \meta{none} \\ % input-open-uncertainty & Literal & ( \\ ^^A ) % input-protect-tokens & Literal & -% \cs{approx}\cs{ge}\cs{geq}\cs{gg}\cs{le} \\ +% \cs{approx}\cs{dots}\cs{ge}\cs{geq}\cs{gg}\cs{le} \\ % & & \cs{leq}\cs{ll}\cs{mp}\cs{pi}\cs{pm}\cs{sim} \\ % input-signs & Literal & +-\cs{pm}\cs{mp} \\ % input-uncertainty-signs & Literal & \cs{pm} \\ -% input-symbols & Literal & \cs{pi} \\ +% input-symbols & Literal & \cs{pi}\cs{dots} \\ % parse-numbers & Switch & true \\ % \bottomrule % \end{tabular} @@ -4774,7 +4775,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2011/04/20} {2.2c} +\ProvidesExplPackage {siunitx} {2011/04/28} {2.2d} {A comprehensive (SI) units package} % \end{macrocode} % @@ -6356,9 +6357,9 @@ This work consists of the file siunitx.dtx input-digits = 0123456789, input-exponent-markers = dDeE, input-open-uncertainty = (, % ) - input-protect-tokens = \approx\ge\geq\gg\le\leg\ll\mp\pi\pm\sim, + input-protect-tokens = \approx\dots\ge\geq\gg\le\leg\ll\mp\pi\pm\sim, input-signs = +-\mp\pm, - input-symbols = \pi, + input-symbols = \dots\pi, input-uncertainty-signs = \pm, } % \end{macrocode} @@ -15438,14 +15439,14 @@ This work consists of the file siunitx.dtx { \keys_set:nn { siunitx } { - bracket-numbers = true, - detect-mode = false, - detect-shape = false, - detect-weight = false, - multi-part-units = bracket, - parse-numbers = true, - parse-units = true, - product-units = repeat, + bracket-numbers = true, + detect-mode = false, + detect-shape = false, + detect-weight = false, + multi-part-units = brackets, + parse-numbers = true, + parse-units = true, + product-units = repeat } \siunitx_strict_option:n { @@ -15457,7 +15458,7 @@ This work consists of the file siunitx.dtx multi-part-units , parse-numbers , parse-units , - product-units , + product-units } \keys_define:nn { siunitx } { @@ -15620,7 +15621,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2011/04/20} {2.2c} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/04/28} {2.2d} {siunitx: Version 1 settings} % \end{macrocode} % @@ -16836,7 +16837,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2011/04/20} {2.2c} +\ProvidesExplFile {siunitx-binary.cfg} {2011/04/28} {2.2d} {siunitx: Binary units} % \end{macrocode} % diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg index 1737675d227..d1691b19e49 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-binary.cfg} {2011/04/20} {2.2c} +\ProvidesExplFile {siunitx-binary.cfg} {2011/04/28} {2.2d} {siunitx: Binary units} \DeclareBinaryPrefix \kibi { Ki } { 10 } \DeclareBinaryPrefix \mebi { Mi } { 20 } diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg index b0d39cb44c8..52bf20f2630 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-version-1.cfg} {2011/04/20} {2.2c} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/04/28} {2.2d} {siunitx: Version 1 settings} \keys_set:nn { siunitx } { load-configurations = { abbreviations , binary } } diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 880c2c59465..4f9ecaba8e7 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -14,7 +14,7 @@ %% --------------------------------------------------------------- %% \RequirePackage{expl3} -\ProvidesExplPackage {siunitx} {2011/04/20} {2.2c} +\ProvidesExplPackage {siunitx} {2011/04/28} {2.2d} {A comprehensive (SI) units package} \cs_if_exist:NTF \msg_set:nnnn { @@ -955,9 +955,9 @@ input-digits = 0123456789, input-exponent-markers = dDeE, input-open-uncertainty = (, % ) - input-protect-tokens = \approx\ge\geq\gg\le\leg\ll\mp\pi\pm\sim, + input-protect-tokens = \approx\dots\ge\geq\gg\le\leg\ll\mp\pi\pm\sim, input-signs = +-\mp\pm, - input-symbols = \pi, + input-symbols = \dots\pi, input-uncertainty-signs = \pm, } \cs_new_protected:Npn \siunitx_number_in_parse:n #1 { @@ -7068,14 +7068,14 @@ { \keys_set:nn { siunitx } { - bracket-numbers = true, - detect-mode = false, - detect-shape = false, - detect-weight = false, - multi-part-units = bracket, - parse-numbers = true, - parse-units = true, - product-units = repeat, + bracket-numbers = true, + detect-mode = false, + detect-shape = false, + detect-weight = false, + multi-part-units = brackets, + parse-numbers = true, + parse-units = true, + product-units = repeat } \siunitx_strict_option:n { @@ -7087,7 +7087,7 @@ multi-part-units , parse-numbers , parse-units , - product-units , + product-units } \keys_define:nn { siunitx } { |