summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/minibox
diff options
context:
space:
mode:
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:
}