diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-10 21:52:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-10 21:52:54 +0000 |
commit | 26a0070af35fa5652128c74fa1f126ec51def209 (patch) | |
tree | c3cb194fd4cc2dc13141e39c561dc5bc5d0b7a83 /Master/texmf-dist/tex/latex/l3kernel/l3box.sty | |
parent | 4d055293335b5b39f55edeff0c28700ebc2486eb (diff) |
l3kernel 2900 (10oct11)
git-svn-id: svn://tug.org/texlive/trunk@24256 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3box.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3kernel/l3box.sty | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3box.sty b/Master/texmf-dist/tex/latex/l3kernel/l3box.sty index c0e5ce553b8..1e25d4ea93d 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/l3box.sty +++ b/Master/texmf-dist/tex/latex/l3kernel/l3box.sty @@ -46,7 +46,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\GetIdInfo$Id: l3box.dtx 2799 2011-09-10 15:46:33Z will $ +\GetIdInfo$Id: l3box.dtx 2896 2011-10-09 20:36:50Z joseph $ {L3 Experimental boxes} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -159,7 +159,7 @@ \cs_new_protected_nopar:Npn \hbox_gset_to_wd:Nnn { \tex_global:D \hbox_set_to_wd:Nnn } \cs_generate_variant:Nn \hbox_set_to_wd:Nnn { c } -\cs_generate_variant:Nn \hbox_gset_to_wd:Nnn {cnn} +\cs_generate_variant:Nn \hbox_gset_to_wd:Nnn { c } \cs_new_protected_nopar:Npn \hbox_set:Nw #1 { \tex_setbox:D #1 \tex_hbox:D \c_group_begin_token } \cs_new_protected_nopar:Npn \hbox_gset:Nw @@ -294,8 +294,6 @@ { \l_box_right_new_dim - \l_box_left_new_dim } \box_use:N \l_box_tmp_box } -\cs_set_protected_nopar:Npn \box_rotate:Nn #1#2 - { \hbox_set:Nn #1 { \rotatebox {#2} { \box_use:N #1 } } } \cs_new_protected_nopar:Npn \box_rotate_set_sin_cos: { \fp_set_eq:NN \l_box_tmp_fp \l_box_angle_fp @@ -419,16 +417,6 @@ } \box_resize_common:N #1 } -\cs_set_protected_nopar:Npn \box_resize:Nnn #1#2#3 - { - \hbox_set:Nn #1 - { - \resizebox * - { \etex_dimexpr:D #2 \scan_stop: } - { \etex_dimexpr:D #3 \scan_stop: } - { \box_use:N #1 } - } - } \cs_new_protected_nopar:Npn \box_resize_to_ht_plus_dp:Nn #1#2 { \hbox_set:Nn #1 @@ -470,20 +458,6 @@ } } \cs_generate_variant:Nn \box_resize_to_wd:Nn { c } -\cs_set_protected_nopar:Npn \box_resize_to_ht_plus_dp:Nn #1#2 - { - \hbox_set:Nn #1 - { - \resizebox * { ! } { \etex_dimexpr:D #2 \scan_stop: } { \box_use:N #1 } - } - } -\cs_set_protected_nopar:Npn \box_resize_to_wd:Nn #1#2 - { - \hbox_set:Nn #1 - { - \resizebox * { \etex_dimexpr:D #2 \scan_stop: } { ! } { \box_use:N #1 } - } - } \cs_new_protected_nopar:Npn \box_scale:Nnn #1#2#3 { \hbox_set:Nn #1 @@ -522,8 +496,6 @@ { \l_box_right_new_dim -#2 \l_box_right_dim } \box_resize_common:N #1 } -\cs_set_protected_nopar:Npn \box_scale:Nnn #1#2#3 - { \hbox_set:Nn #1 { \scalebox {#2} [#3] { \box_use:N #1 } } } \cs_new_protected_nopar:Npn \box_resize_common:N #1 { \hbox_set:Nn \l_box_tmp_box |