summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/minibox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-06-24 23:47:13 +0000
committerKarl Berry <karl@freefriends.org>2013-06-24 23:47:13 +0000
commit5b01c46b5cd927f331b9d87ae9ccb462a2a7780a (patch)
tree21733dc332ca2344c2c0fc4275ac9812400f8d9d /Master/texmf-dist/tex/latex/minibox
parentfd6ab22f9631e84c4e29099a5304012073028abd (diff)
minibox (21jun13)
git-svn-id: svn://tug.org/texlive/trunk@30914 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/minibox')
-rw-r--r--Master/texmf-dist/tex/latex/minibox/minibox.sty17
1 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/minibox/minibox.sty b/Master/texmf-dist/tex/latex/minibox/minibox.sty
index 039620799e9..7ff967058f4 100644
--- a/Master/texmf-dist/tex/latex/minibox/minibox.sty
+++ b/Master/texmf-dist/tex/latex/minibox/minibox.sty
@@ -2,8 +2,8 @@
\RequirePackage{expl3}
\ProvidesExplPackage
{minibox}
- {2013/04/20}
- {0.2}
+ {2013/06/21}
+ {0.2a}
{Another type of box.}
% \end{macrocode}
%
@@ -47,11 +47,14 @@
}
{ \use:n }
{
- \begin{tabular}
- [\l_minibox_tabular_valign_tl]
- { @{} \l_minibox_tabular_preamble_tl @{} }
- #2
- \end{tabular}
+ \use:x
+ {
+ \exp_not:N \begin{tabular}
+ [\l_minibox_tabular_valign_tl]
+ { @{} \l_minibox_tabular_preamble_tl @{} }
+ \exp_not:n {#2}
+ \exp_not:N \end{tabular}
+ }
}
\group_end:
}