diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/expl3.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3kernel/expl3.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3.sty b/Master/texmf-dist/tex/latex/l3kernel/expl3.sty index b54a9d1255f..906b5d1fc9f 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/expl3.sty +++ b/Master/texmf-dist/tex/latex/l3kernel/expl3.sty @@ -48,8 +48,8 @@ \RequirePackage{l3names} \def\ExplFileName{expl3} \def\ExplFileDescription{L3 Experimental code bundle wrapper} -\def\ExplFileDate{2011/12/07} -\def\ExplFileVersion{3036} +\def\ExplFileDate{2011/12/29} +\def\ExplFileVersion{3109} \RequirePackage{etex} \reserveinserts{32} \RequirePackage{calc} @@ -163,9 +163,9 @@ } } { - \cs_set_protected_nopar:Npn \box_rotate:Nn #1#2 + \cs_set_protected:Npn \box_rotate:Nn #1#2 { \hbox_set:Nn #1 { \rotatebox {#2} { \box_use:N #1 } } } - \cs_set_protected_nopar:Npn \box_resize:Nnn #1#2#3 + \cs_set_protected:Npn \box_resize:Nnn #1#2#3 { \hbox_set:Nn #1 { @@ -175,7 +175,7 @@ { \box_use:N #1 } } } - \cs_set_protected_nopar:Npn \box_resize_to_ht_plus_dp:Nn #1#2 + \cs_set_protected:Npn \box_resize_to_ht_plus_dp:Nn #1#2 { \hbox_set:Nn #1 { @@ -183,7 +183,7 @@ { \box_use:N #1 } } } - \cs_set_protected_nopar:Npn \box_resize_to_wd:Nn #1#2 + \cs_set_protected:Npn \box_resize_to_wd:Nn #1#2 { \hbox_set:Nn #1 { @@ -191,7 +191,7 @@ { \box_use:N #1 } } } - \cs_set_protected_nopar:Npn \box_scale:Nnn #1#2#3 + \cs_set_protected:Npn \box_scale:Nnn #1#2#3 { \hbox_set:Nn #1 { \scalebox {#2} [#3] { \box_use:N #1 } } } } \cs_set_protected_nopar:Npn \ExplSyntaxOn |