summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-28 22:36:31 +0000
committerKarl Berry <karl@freefriends.org>2011-04-28 22:36:31 +0000
commit794922dd7981108cfac19ab099d6c91144016f06 (patch)
treed01f3ec92c0b63bf54c75c260fc26ff4a331b92d /Master/texmf-dist/source
parent7baa3b2da85b6c1521d5f52417f2ebbf0f51ce41 (diff)
siunitx 2.2d (28apr11)
git-svn-id: svn://tug.org/texlive/trunk@22238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx33
1 files changed, 17 insertions, 16 deletions
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}
%