summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-06 23:22:49 +0000
committerKarl Berry <karl@freefriends.org>2010-11-06 23:22:49 +0000
commit829627a4cf6e07b1e9ad968414b5ab079e2cd7b5 (patch)
tree30f8c7fb3cb27b54b0b5dc828af41b95315a5048 /Master
parent343d5bc3636e4b86037c8acc6b24210504855623 (diff)
siunitx (6nov10)
git-svn-id: svn://tug.org/texlive/trunk@20348 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/siunitx/siunitx.pdfbin515465 -> 515671 bytes
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx20
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx.sty10
5 files changed, 23 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
index 465a6c0f1d4..8dd6c1ca0a7 100644
--- a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
+++ b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
index adc46b86c4c..a85d51d34ad 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
@@ -498,6 +498,10 @@ This work consists of the file siunitx.dtx
% in text mode}
%\changes{v2.1a}{2010/11/05}{Print prefixes correctly in text mode
% when converting to numerical value}
+%\changes{v2.1b}{2010/11/05}{Bug in printing code for complex part with
+% no number fixed}
+%\changes{v2.1b}{2010/11/05}{Bug in hyphen printing when detecting mode
+% sorted}
%
%\begin{abstract}
% Typesetting values with units requires care to ensure that the
@@ -1741,7 +1745,7 @@ This work consists of the file siunitx.dtx
% bracket-numbers & Switch & true \\ ^^A (
% close-bracket & Literal & ) \\
% complex-root-position & Choice & after-number \\
-% copy-complex-root & Choice & false \\
+% copy-` & Choice & false \\
% copy-decimal-marker & Choice & false \\
% exponent-base & Literal & 10 \\
% exponent-product & Math & \cs{times} \\
@@ -4370,7 +4374,7 @@ This work consists of the file siunitx.dtx
%
% The usual preliminaries.
% \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2010/11/05} {2.1a}
+\ProvidesExplPackage {siunitx} {2010/11/05} {2.1b}
{A comprehensive (SI) units package}
% \end{macrocode}
%
@@ -5154,7 +5158,11 @@ This work consists of the file siunitx.dtx
% \begin{macrocode}
\cs_new_protected_nopar:Npn \siunitx_detect_font_mode: {
\mode_if_math:F
- { \bool_set_false:N \l_siunitx_font_math_mode_bool }
+ {
+ \bool_set_false:N \l_siunitx_font_math_mode_bool
+ \bool_set_false:N \l_siunitx_number_math_mode_bool
+ \bool_set_false:N \l_siunitx_unit_math_mode_bool
+ }
}
% \end{macrocode}
%\end{macro}
@@ -8018,7 +8026,7 @@ This work consists of the file siunitx.dtx
\tl_set:Nx \l_siunitx_tmpa_tl
{
\exp_not:N \siunitx_ensuremath:n
- { \exp_not:V \l_siunitx_tmpa_tl }
+ { \exp_not:V \l_siunitx_output_complex_tl }
}
\prop_put:NnV \l_siunitx_number_out_prop { complex }
\l_siunitx_tmpa_tl
@@ -14265,7 +14273,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-version-1.cfg} {2010/11/05} {2.1a}
+\ProvidesExplFile {siunitx-version-1.cfg} {2010/11/05} {2.1b}
{siunitx: Version 1 settings}
% \end{macrocode}
%
@@ -15546,7 +15554,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-binary.cfg} {2010/11/05} {2.1a}
+\ProvidesExplFile {siunitx-binary.cfg} {2010/11/05} {2.1b}
{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 0bf6990ad38..3557545c710 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} {2010/11/05} {2.1a}
+\ProvidesExplFile {siunitx-binary.cfg} {2010/11/05} {2.1b}
{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 d20e4d967b8..00cd5a02dd8 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} {2010/11/05} {2.1a}
+\ProvidesExplFile {siunitx-version-1.cfg} {2010/11/05} {2.1b}
{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 2016a9f3e57..f5a4fcb5d00 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} {2010/11/05} {2.1a}
+\ProvidesExplPackage {siunitx} {2010/11/05} {2.1b}
{A comprehensive (SI) units package}
\msg_set:nnnn { siunitx } { incompatible-package }
{ Package~'#1'~incompatible. }
@@ -515,7 +515,11 @@
}
\cs_new_protected_nopar:Npn \siunitx_detect_font_mode: {
\mode_if_math:F
- { \bool_set_false:N \l_siunitx_font_math_mode_bool }
+ {
+ \bool_set_false:N \l_siunitx_font_math_mode_bool
+ \bool_set_false:N \l_siunitx_number_math_mode_bool
+ \bool_set_false:N \l_siunitx_unit_math_mode_bool
+ }
}
\bool_new:N \l_siunitx_number_math_mode_bool
\bool_new:N \l_siunitx_unit_math_mode_bool
@@ -2441,7 +2445,7 @@
\tl_set:Nx \l_siunitx_tmpa_tl
{
\exp_not:N \siunitx_ensuremath:n
- { \exp_not:V \l_siunitx_tmpa_tl }
+ { \exp_not:V \l_siunitx_output_complex_tl }
}
\prop_put:NnV \l_siunitx_number_out_prop { complex }
\l_siunitx_tmpa_tl