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