diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-24 00:10:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-24 00:10:34 +0000 |
commit | affb17be9e5b6b56ddb689a42a9c83df881dd9b2 (patch) | |
tree | 018da7c6513f38a60f3aca90b9f123022472765a /Master/texmf-dist/tex/latex/collectbox/collectbox.sty | |
parent | 309ea4c9661303612e1c644a2debd0fde5d89d32 (diff) |
collectbox (22aug11)
git-svn-id: svn://tug.org/texlive/trunk@23671 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/collectbox/collectbox.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/collectbox/collectbox.sty | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/collectbox/collectbox.sty b/Master/texmf-dist/tex/latex/collectbox/collectbox.sty index f9981471f67..373b59e25ab 100644 --- a/Master/texmf-dist/tex/latex/collectbox/collectbox.sty +++ b/Master/texmf-dist/tex/latex/collectbox/collectbox.sty @@ -26,7 +26,7 @@ %% and the derived file collectbox.sty. %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{collectbox}[2011/08/06 v0.3 Collect macro arguments as boxes] +\ProvidesPackage{collectbox}[2011/08/11 v0.3a Collect macro arguments as boxes] \newsavebox\collectedbox \newcommand*\collectbox{% \@ifstar @@ -101,6 +101,8 @@ \collectbox@protecteddef\totalheight{\@ovri}% \totalheight\height \advance\totalheight\depth + \let\collectbox@endcode\relax + \let\collectbox@bgroup\collectbox@macro@bgroup } \begingroup \expandafter\ifx\csname protected\endcsname\relax |