summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-10-17 20:18:29 +0000
committerKarl Berry <karl@freefriends.org>2022-10-17 20:18:29 +0000
commitc01fea6bc0c48ffca3c4f189f2ef9e286bb0460d (patch)
treea615fcfef38ec7f2977014f5204aff0bca5d11e5 /Master/texmf-dist/tex
parentd52f52b48cc3dbaa2410a6b12edb2471e2ab9653 (diff)
collectbox (17oct22)
git-svn-id: svn://tug.org/texlive/trunk@64730 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/collectbox/collectbox.sty10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/collectbox/collectbox.sty b/Master/texmf-dist/tex/latex/collectbox/collectbox.sty
index fd732223393..c9a2ef593e4 100644
--- a/Master/texmf-dist/tex/latex/collectbox/collectbox.sty
+++ b/Master/texmf-dist/tex/latex/collectbox/collectbox.sty
@@ -20,8 +20,8 @@
%% original source files, as listed above, are part of the
%% same distribution. (The sources need not necessarily be
%% in the same archive or directory.)
-%% Copyright (C) 2012 by Martin Scharrer <martin@scharrer-online.de>
-%% --------------------------------------------------------------------
+%% Copyright (C) 2012-2022 by Martin Scharrer <martin.scharrer@web.de>
+%% -------------------------------------------------------------------
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
@@ -39,8 +39,8 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{collectbox}[%
- 2012/05/17
- v0.4b
+ 2022/10/17
+ v0.4c
Collect macro arguments as boxes]
\newsavebox\collectedbox
\newcommand*\collectbox{%
@@ -152,7 +152,7 @@
}
\begingroup
\expandafter\ifx\csname protected\endcsname\relax
- \let\collectbox@protecteddef\def%
+ \global\let\collectbox@protecteddef\def%
\else
\gdef\collectbox@protecteddef{\protected\def}%
\fi