diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-19 23:24:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-19 23:24:13 +0000 |
commit | 97a0746aa6e947818c4d32c3b70e899907124c22 (patch) | |
tree | 286f8d2512ef746cf076a12f16e593f262e18009 /Master/texmf-dist/tex/latex/expl3/l3box.sty | |
parent | 994e8740e5b5588a65c3baec92333b81ae2edd54 (diff) |
expl3 1905 (19may10)
git-svn-id: svn://tug.org/texlive/trunk@18357 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3box.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/expl3/l3box.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3box.sty b/Master/texmf-dist/tex/latex/expl3/l3box.sty index bada61a0001..f703cba4faf 100644 --- a/Master/texmf-dist/tex/latex/expl3/l3box.sty +++ b/Master/texmf-dist/tex/latex/expl3/l3box.sty @@ -48,7 +48,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\GetIdInfo$Id: l3box.dtx 1867 2010-03-23 13:03:12Z will $ +\GetIdInfo$Id: l3box.dtx 1902 2010-05-13 14:58:53Z mittelba $ {L3 Experimental Box module} \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} @@ -59,8 +59,8 @@ } \cs_new_protected:Npn \box_new_local:N #1 { \chk_if_free_cs:N #1 - \int_compare:nNnTF - \tex_currentgrouplevel:D = 0 + \intexpr_compare:nNnTF + \etex_currentgrouplevel:D = 0 \newbox \locbox #1 } @@ -99,10 +99,10 @@ \cs_generate_variant:Nn \box_set_to_last:N {c} \cs_new_protected_nopar:Npn \box_gset_to_last:N {\pref_global:D \box_set_to_last:N} \cs_generate_variant:Nn \box_gset_to_last:N {c} -\cs_new:Npn \box_move_left:nn #1#2{\tex_moveleft:D\dim_eval:n{#1}{#2}} -\cs_new:Npn \box_move_right:nn #1#2{\tex_moveright:D\dim_eval:n{#1}{#2}} -\cs_new:Npn \box_move_up:nn #1#2{\tex_raise:D\dim_eval:n{#1}{#2}} -\cs_new:Npn \box_move_down:nn #1#2{\tex_lower:D\dim_eval:n{#1}{#2}} +\cs_new:Npn \box_move_left:nn #1#2{\tex_moveleft:D\dim_eval:n{#1} #2} +\cs_new:Npn \box_move_right:nn #1#2{\tex_moveright:D\dim_eval:n{#1} #2} +\cs_new:Npn \box_move_up:nn #1#2{\tex_raise:D\dim_eval:n{#1} #2} +\cs_new:Npn \box_move_down:nn #1#2{\tex_lower:D\dim_eval:n{#1} #2} \cs_new_protected_nopar:Npn \box_clear:N #1{\box_set_eq:NN #1 \c_empty_box } \cs_generate_variant:Nn \box_clear:N {c} \cs_new_protected_nopar:Npn \box_gclear:N {\pref_global:D\box_clear:N} |