summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/collectbox
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
parent95ebee51840c21223810acf500805000a2c5c0df (diff)
CTAN sync 202210180301
Diffstat (limited to 'macros/latex/contrib/collectbox')
-rw-r--r--macros/latex/contrib/collectbox/DEPENDS.txt2
-rw-r--r--macros/latex/contrib/collectbox/README.txt (renamed from macros/latex/contrib/collectbox/README)7
-rw-r--r--macros/latex/contrib/collectbox/collectbox.dtx15
-rw-r--r--macros/latex/contrib/collectbox/collectbox.pdfbin270329 -> 167134 bytes
4 files changed, 14 insertions, 10 deletions
diff --git a/macros/latex/contrib/collectbox/DEPENDS.txt b/macros/latex/contrib/collectbox/DEPENDS.txt
new file mode 100644
index 0000000000..1aaeb042a7
--- /dev/null
+++ b/macros/latex/contrib/collectbox/DEPENDS.txt
@@ -0,0 +1,2 @@
+# No dependencies
+
diff --git a/macros/latex/contrib/collectbox/README b/macros/latex/contrib/collectbox/README.txt
index d83c61d077..2071df4211 100644
--- a/macros/latex/contrib/collectbox/README
+++ b/macros/latex/contrib/collectbox/README.txt
@@ -1,8 +1,9 @@
LaTeX package 'collectbox'
~~~~~~~~~~~~~~~~~~~~~~~~~~
-Copyright (c) 2011 by Martin Scharrer <martin@scharrer-online.de>
-Code Repository: https://bitbucket.org/martin_scharrer/collectbox/
-WWW: http://latex.scharrer-online.de/
+Copyright (c) 2010-2022 by Martin Scharrer <martin.scharrer@web.de>
+License: LaTeX Project Public License, v1.3 or later: http://www.latex-project.org/lppl.txt
+Repository: https://github.com/MartinScharrer/collectbox
+Issues: https://github.com/MartinScharrer/collectbox/issues
This package provides macros to collect and process an macro argument (i.e.
something which looks like a macro argument) as horizontal box instead as a real
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
diff --git a/macros/latex/contrib/collectbox/collectbox.pdf b/macros/latex/contrib/collectbox/collectbox.pdf
index 17adb6eeec..fd8f967c05 100644
--- a/macros/latex/contrib/collectbox/collectbox.pdf
+++ b/macros/latex/contrib/collectbox/collectbox.pdf
Binary files differ