summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/siunitx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx')
-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.sty6
4 files changed, 6 insertions, 6 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 b3025483296..3ca6ae1d2a6 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} {2011/12/04} {2.4a}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2011/12/06} {2.4b}
{siunitx: Abbreviated units}
\DeclareSIUnit \A { \ampere }
\DeclareSIUnit \pA { \pico \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 5a39cf52e11..90778a62cd3 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/12/04} {2.4a}
+\ProvidesExplFile {siunitx-binary.cfg} {2011/12/06} {2.4b}
{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 02ef272a822..923c9e21d4c 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/12/04} {2.4a}
+\ProvidesExplFile {siunitx-version-1.cfg} {2011/12/06} {2.4b}
{siunitx: Version 1 settings}
\keys_define:nn { siunitx } {
addsign .choice: ,
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
index cd1396e1da6..2d773310ff9 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/12/04} {2.4a}
+\ProvidesExplPackage {siunitx} {2011/12/06} {2.4b}
{A comprehensive (SI) units package}
\@ifpackagelater { expl3 } { 2011/09/05 }
{ }
@@ -696,7 +696,7 @@
\@ifpackageloaded { cmbright }
{ }
{
- \cs_set:Npn \siunitx_tmp:w ##1 { \mathrm {#1} }
+ \cs_set:Npn \siunitx_tmp:w #1 { \mathrm {#1} }
\cs_if_eq:NNT \siunitx_number_mathrm:n \siunitx_tmp:w
{ \keys_set:nn { siunitx } { number-math-rm = \mathsf } }
\cs_if_eq:NNT \siunitx_unit_mathrm:n \siunitx_tmp:w
@@ -711,7 +711,7 @@
}
\tl_if_eq:NNT \l_siunitx_tmpa_tl \c_siunitx_texttt_tl
{
- \cs_set:Npn \siunitx_tmp:w ##1 { \mathrm {#1} }
+ \cs_set:Npn \siunitx_tmp:w #1 { \mathrm {#1} }
\cs_if_eq:NNT \siunitx_number_mathrm:n \siunitx_tmp:w
{ \keys_set:nn { siunitx } { number-math-rm = \mathtt } }
\cs_if_eq:NNT \siunitx_unit_mathrm:n \siunitx_tmp:w