summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-06 00:51:43 +0000
committerKarl Berry <karl@freefriends.org>2010-07-06 00:51:43 +0000
commitbecffc281239c9dcdc30c0b7a1454efcb16d0f08 (patch)
treee00a79b37ce777bb28fd3d3b5d1cb42466415a6d /Master/texmf-dist/tex
parent32966f311a70a04afdd4d1d96806b789f07894ef (diff)
siunitx update (5jul10)
git-svn-id: svn://tug.org/texlive/trunk@19254 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg2
-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.sty15
4 files changed, 11 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg
index f59a9d228c5..fd4485dcba0 100644
--- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg
+++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg
@@ -13,7 +13,7 @@
%% See http://www.latex-project.org/lppl.txt
%% ---------------------------------------------------------------
%%
-\ProvidesExplFile {siunitx-abbreviations.cfg} {2010/06/29} {2.0i}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2010/07/04} {2.0k}
{siunitx: Abbreviated units}
\DeclareSIUnit \pA { \pico \ampere }
\DeclareSIUnit \nA { \nano \ampere }
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 e7972e0100c..534898b6478 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/06/29} {2.0i}
+\ProvidesExplFile {siunitx-binary.cfg} {2010/07/04} {2.0k}
{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 99865e1e567..bc2f5bff152 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/06/29} {2.0i}
+\ProvidesExplFile {siunitx-version-1.cfg} {2010/07/04} {2.0k}
{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 485272d47c5..1f180944797 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/06/29} {2.0i}
+\ProvidesExplPackage {siunitx} {2010/07/04} {2.0k}
{A comprehensive (SI) units package}
\msg_set:nnnn { siunitx } { incompatible-package }
{ Package~'#1'~incompatible. }
@@ -1036,7 +1036,7 @@
}
\cs_new_protected:Npn \siunitx_number_in_parse_mantissa:N #1 {
\tl_if_in:NnTF \l_siunitx_input_digit_tl {#1}
- { \siunitx_number_in_digit:N #1 }
+ { \siunitx_number_in_digit:n {#1} }
{
\tl_if_in:NnTF \l_siunitx_input_decimal_tl {#1}
{ \siunitx_number_in_decimal:N #1 }
@@ -1048,7 +1048,7 @@
{
\prop_put:Nnn \l_siunitx_number_in_prop { symbolic }
{ true }
- \siunitx_number_in_digit:N #1
+ \siunitx_number_in_digit:n { \ensuremath {#1} }
}
{
\tl_if_in:NnF \l_siunitx_input_ignore_tl {#1}
@@ -1083,7 +1083,7 @@
}
\cs_new_protected:Npn \siunitx_number_in_parse_uncert:N #1 {
\tl_if_in:NnTF \l_siunitx_input_digit_tl {#1}
- { \siunitx_number_in_digit:N #1 }
+ { \siunitx_number_in_digit:n {#1} }
{
\tl_if_in:NnTF \l_siunitx_input_decimal_tl {#1}
{
@@ -1103,7 +1103,7 @@
{
\prop_put:Nnn \l_siunitx_number_in_prop { symbolic }
{ true }
- \siunitx_number_in_digit:N #1
+ \siunitx_number_in_digit:n {#1}
}
{
\tl_if_in:NnF \l_siunitx_input_ignore_tl {#1}
@@ -1240,7 +1240,7 @@
\l_siunitx_number_part_decimal_marker_tl {#1}
}
}
-\cs_new_protected:Npn \siunitx_number_in_digit:N #1 {
+\cs_new_protected:Npn \siunitx_number_in_digit:n #1 {
\bool_set_false:N \l_siunitx_number_in_first_bool
\bool_if:NTF \l_siunitx_number_in_uncert_bool
{ \tl_put_right:Nn \l_siunitx_number_parsed_tl {#1} }
@@ -3336,7 +3336,7 @@
}
}
\AtBeginDocument {
- \tl_map_function:nN { \bar \color \ng \pm }
+ \tl_map_function:nN { \bar \color \fg \ng \pm }
\siunitx_protect_symbols:N
}
\cs_new_protected_nopar:Npn \siunitx_protect_symbols:N #1 {
@@ -5825,6 +5825,7 @@
\DeclareSIUnit \elementarycharge { \text { \ensuremath { e } } }
\group_begin:
\char_set_lccode:nn { `\@ } { `\_ }
+ \char_set_lccode:nn { `\E } { `\E }
\char_make_math_subscript:N \@
\tl_to_lowercase:n {
\group_end: