summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-09 23:10:51 +0000
committerKarl Berry <karl@freefriends.org>2011-08-09 23:10:51 +0000
commitf0c7bc8f6f750e266c7fa0a6ebc3952ed88dd9ca (patch)
tree98a0fe6ef0e1d59725d9664efea7a1154995b17d /Master/texmf-dist/tex/latex/siunitx/siunitx.sty
parent1daf6d69fa13d4f600d10320f8a64a25dd226ef8 (diff)
siunitx 2.3b (8aug11)
git-svn-id: svn://tug.org/texlive/trunk@23473 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx/siunitx.sty')
-rw-r--r--Master/texmf-dist/tex/latex/siunitx/siunitx.sty12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty
index 0b4147213bf..a4471134ec3 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/07/09} {2.3a}
+\ProvidesExplPackage {siunitx} {2011/08/08} {2.3b}
{A comprehensive (SI) units package}
\cs_if_exist:NTF \msg_new:nnnn
{
@@ -4102,11 +4102,6 @@
unit-optional-argument ,
use-xspace ,
}
-\AtBeginDocument {
- \bool_if:NTF \l_siunitx_create_free_bool
- { \siunitx_unit_create_functions: }
- { \siunitx_unit_create_empty_functions: }
-}
\cs_new_protected_nopar:Npn \siunitx_unit_create_empty_functions: {
\tl_map_function:NN \l_siunitx_declare_list_tl
\siunitx_unit_create_empty_functions_aux:N
@@ -7356,6 +7351,11 @@
\@onefilewithoptions { siunitx } [ ] [ ]
\c_siunitx_configuration_ext_tl
}
+\AtBeginDocument {
+ \bool_if:NTF \l_siunitx_create_free_bool
+ { \siunitx_unit_create_functions: }
+ { \siunitx_unit_create_empty_functions: }
+}
\ProcessKeysOptions { siunitx }
%% Copyright (C) 2008-2011 by
%% Joseph Wright <joseph.wright@morningstar2.co.uk>