diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-29 23:03:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-29 23:03:42 +0000 |
commit | 7a50f35d6fd3bd705c78298b1ccc085991638f87 (patch) | |
tree | 7f749391d34aa12a37a30a33c00b3098b2320e7c /Master/texmf-dist/tex/latex/l3kernel/expl3.sty | |
parent | 0bc9393ae50667d7ff769a76321a9548a70351fc (diff) |
l3kernel 3109 (29dec11)
git-svn-id: svn://tug.org/texlive/trunk@24971 c570f23f-e606-0410-a88d-b1316a301751
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 |