summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/collectbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-24 00:10:34 +0000
committerKarl Berry <karl@freefriends.org>2011-08-24 00:10:34 +0000
commitaffb17be9e5b6b56ddb689a42a9c83df881dd9b2 (patch)
tree018da7c6513f38a60f3aca90b9f123022472765a /Master/texmf-dist/source/latex/collectbox
parent309ea4c9661303612e1c644a2debd0fde5d89d32 (diff)
collectbox (22aug11)
git-svn-id: svn://tug.org/texlive/trunk@23671 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/collectbox')
-rw-r--r--Master/texmf-dist/source/latex/collectbox/collectbox.dtx9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/collectbox/collectbox.dtx b/Master/texmf-dist/source/latex/collectbox/collectbox.dtx
index a87ed38f16b..9d6946a9f7a 100644
--- a/Master/texmf-dist/source/latex/collectbox/collectbox.dtx
+++ b/Master/texmf-dist/source/latex/collectbox/collectbox.dtx
@@ -21,9 +21,9 @@
%
% \iffalse
%<*driver>
-\ProvidesFile{collectbox.dtx}[2011/08/06 v0.3 DTX File of collectbox]
+\ProvidesFile{collectbox.dtx}[2011/08/11 v0.3a DTX File of collectbox]
\documentclass{ydoc}
-\usepackage{collectbox}[2011/08/06]
+\usepackage{collectbox}[2011/08/11]
\EnableCrossrefs
\CodelineIndex
\RecordChanges
@@ -60,6 +60,7 @@
% \changes{v0.2}{2011/07/23}{Added \cs{collectboxcheckenv}.}
% \changes{v0.2a}{2011/07/30}{Small bugfix.}
% \changes{v0.3}{2011/08/06}{Some internal modifications required by related packages.}
+% \changes{v0.3a}{2011/08/11}{Fixed issue with collectbox macros in the end-code of a collectbox environment.}
%
% \DoNotIndex{\newcommand,\newenvironment}
%
@@ -279,7 +280,7 @@
% \fi
% \begin{macrocode}
\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]
% \end{macrocode}
%
% \begin{macro}{\collectedbox}
@@ -458,6 +459,8 @@
\collectbox@protecteddef\totalheight{\@ovri}%
\totalheight\height
\advance\totalheight\depth
+ \let\collectbox@endcode\relax
+ \let\collectbox@bgroup\collectbox@macro@bgroup
}
% \end{macrocode}
% \end{macro}