summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3/l3box.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-27 00:38:35 +0000
committerKarl Berry <karl@freefriends.org>2010-09-27 00:38:35 +0000
commit6f75f25fe8d374ef4209118bd8849d742410ccd1 (patch)
treec485a2517a4fba54346c4492d4b34f0c8d815962 /Master/texmf-dist/tex/latex/expl3/l3box.sty
parent36e4bf755052bf5d5cef33cc2ffbad8f00b22163 (diff)
expl3 2047 (26sep10)
git-svn-id: svn://tug.org/texlive/trunk@19904 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.sty14
1 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3box.sty b/Master/texmf-dist/tex/latex/expl3/l3box.sty
index 484e7c4a635..3982125a979 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 2015 2010-09-03 17:45:09Z mittelba $
+\GetIdInfo$Id: l3box.dtx 2044 2010-09-22 03:34:46Z will $
{L3 Experimental Box module}
\ProvidesExplPackage
{\filename}{\filedate}{\fileversion}{\filedescription}
@@ -109,6 +109,18 @@
\cs_generate_variant:Nn \box_ht:N {c}
\cs_generate_variant:Nn \box_dp:N {c}
\cs_generate_variant:Nn \box_wd:N {c}
+\cs_new_protected_nopar:Npn \box_set_dp:Nn #1#2 {
+ \box_dp:N #1 \etex_dimexpr:D #2 \scan_stop:
+}
+\cs_new_protected_nopar:Npn \box_set_ht:Nn #1#2 {
+ \box_ht:N #1 \etex_dimexpr:D #2 \scan_stop:
+}
+\cs_new_protected_nopar:Npn \box_set_wd:Nn #1#2 {
+ \box_wd:N #1 \etex_dimexpr:D #2 \scan_stop:
+}
+\cs_generate_variant:Nn \box_set_ht:Nn { c }
+\cs_generate_variant:Nn \box_set_dp:Nn { c }
+\cs_generate_variant:Nn \box_set_wd:Nn { c }
\cs_new_eq:NN \box_use_clear:N \tex_box:D
\cs_generate_variant:Nn \box_use_clear:N {c}
\cs_new_eq:NN \box_use:N \tex_copy:D