summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/collectbox/collectbox.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-10-18 03:01:49 +0000
committerNorbert Preining <norbert@preining.info>2022-10-18 03:01:49 +0000
commit0b311348359e1406b173d9c0de4974af3e90f836 (patch)
treed054509baef05d9c3f452f88e3a011219350d9cf /macros/latex/contrib/collectbox/collectbox.dtx
parent95ebee51840c21223810acf500805000a2c5c0df (diff)
CTAN sync 202210180301
Diffstat (limited to 'macros/latex/contrib/collectbox/collectbox.dtx')
-rw-r--r--macros/latex/contrib/collectbox/collectbox.dtx15
1 files changed, 8 insertions, 7 deletions
diff --git a/macros/latex/contrib/collectbox/collectbox.dtx b/macros/latex/contrib/collectbox/collectbox.dtx
index 5981b9dd00..98e100808b 100644
--- a/macros/latex/contrib/collectbox/collectbox.dtx
+++ b/macros/latex/contrib/collectbox/collectbox.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%<=*COPYRIGHT>
-%% 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.
@@ -24,10 +24,10 @@
%<*driver>
\ProvidesFile{collectbox.dtx}[%
%<=*DATE>
- 2012/05/17
+ 2022/10/17
%<=/DATE>
%<=*VERSION>
- v0.4b
+ v0.4c
%<=/VERSION>
DTX File of collectbox]
\documentclass{ydoc}
@@ -74,14 +74,15 @@
% Added support for tabular-like environments in macro-mode.}
% \changes{v0.4a}{2012/05/13}{Made use of \cs{noindent} by the environment version optional.}
% \changes{v0.4b}{2012/05/17}{Added \cs{@Collectbox} macro.}
+% \changes{v0.4c}{2022/10/17}{Updated repository URL and email address.}
%
%
% \DoNotIndex{\newcommand,\newenvironment}
%
% \GetFileInfo{collectbox.dtx}
% \author{Martin Scharrer}
-% \email{martin@scharrer-online.de}
-% \repository{https://bitbucket.org/martin_scharrer/collectbox}
+% \email{martin.scharrer@web.de}
+% \repository{https://github.com/MartinScharrer/collectbox}
% \maketitle
%
% \begin{abstract}
@@ -561,7 +562,7 @@
% \begin{macrocode}
\begingroup
\expandafter\ifx\csname protected\endcsname\relax
- \let\collectbox@protecteddef\def%
+ \global\let\collectbox@protecteddef\def%
\else
\gdef\collectbox@protecteddef{\protected\def}%
\fi