texlive[64730] Master/texmf-dist: collectbox (17oct22)
commits+karl at tug.org
commits+karl at tug.org
Mon Oct 17 22:18:29 CEST 2022
Revision: 64730
http://tug.org/svn/texlive?view=revision&revision=64730
Author: karl
Date: 2022-10-17 22:18:29 +0200 (Mon, 17 Oct 2022)
Log Message:
-----------
collectbox (17oct22)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/collectbox/collectbox.pdf
trunk/Master/texmf-dist/source/latex/collectbox/collectbox.dtx
trunk/Master/texmf-dist/tex/latex/collectbox/collectbox.sty
Added Paths:
-----------
trunk/Master/texmf-dist/doc/latex/collectbox/DEPENDS.txt
trunk/Master/texmf-dist/doc/latex/collectbox/README.txt
Removed Paths:
-------------
trunk/Master/texmf-dist/doc/latex/collectbox/README
Added: trunk/Master/texmf-dist/doc/latex/collectbox/DEPENDS.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/collectbox/DEPENDS.txt (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/collectbox/DEPENDS.txt 2022-10-17 20:18:29 UTC (rev 64730)
@@ -0,0 +1,2 @@
+# No dependencies
+
Property changes on: trunk/Master/texmf-dist/doc/latex/collectbox/DEPENDS.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Deleted: trunk/Master/texmf-dist/doc/latex/collectbox/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/collectbox/README 2022-10-17 20:17:57 UTC (rev 64729)
+++ trunk/Master/texmf-dist/doc/latex/collectbox/README 2022-10-17 20:18:29 UTC (rev 64730)
@@ -1,14 +0,0 @@
-LaTeX package 'collectbox'
-~~~~~~~~~~~~~~~~~~~~~~~~~~
-Copyright (c) 2011 by Martin Scharrer <martin at scharrer-online.de>
-Code Repository: https://bitbucket.org/martin_scharrer/collectbox/
-WWW: http://latex.scharrer-online.de/
-
-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
-macro argument. These "arguments" will be stored like when using \savebox,
-\sbox or the lrbox environment and allow verbatim or other special code. Instead
-of explicit braces also implicit braces in the form of \bgroup and \egroup
-are supported. This allows to split the begin and end over different macros or to
-place them in the begin and end code of an environment. The provided macros are
-mainly intended to be used inside other macros or environments
Added: trunk/Master/texmf-dist/doc/latex/collectbox/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/collectbox/README.txt (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/collectbox/README.txt 2022-10-17 20:18:29 UTC (rev 64730)
@@ -0,0 +1,15 @@
+LaTeX package 'collectbox'
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+Copyright (c) 2010-2022 by Martin Scharrer <martin.scharrer at 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
+macro argument. These "arguments" will be stored like when using \savebox,
+\sbox or the lrbox environment and allow verbatim or other special code. Instead
+of explicit braces also implicit braces in the form of \bgroup and \egroup
+are supported. This allows to split the begin and end over different macros or to
+place them in the begin and end code of an environment. The provided macros are
+mainly intended to be used inside other macros or environments
Property changes on: trunk/Master/texmf-dist/doc/latex/collectbox/README.txt
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/collectbox/collectbox.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/collectbox/collectbox.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/collectbox/collectbox.dtx 2022-10-17 20:17:57 UTC (rev 64729)
+++ trunk/Master/texmf-dist/source/latex/collectbox/collectbox.dtx 2022-10-17 20:18:29 UTC (rev 64730)
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%<=*COPYRIGHT>
-%% Copyright (C) 2012 by Martin Scharrer <martin at scharrer-online.de>
-%% --------------------------------------------------------------------
+%% Copyright (C) 2012-2022 by Martin Scharrer <martin.scharrer at 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,6 +74,7 @@
% 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}
@@ -80,8 +81,8 @@
%
% \GetFileInfo{collectbox.dtx}
% \author{Martin Scharrer}
-% \email{martin at scharrer-online.de}
-% \repository{https://bitbucket.org/martin_scharrer/collectbox}
+% \email{martin.scharrer at 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 at protecteddef\def%
+ \global\let\collectbox at protecteddef\def%
\else
\gdef\collectbox at protecteddef{\protected\def}%
\fi
Modified: trunk/Master/texmf-dist/tex/latex/collectbox/collectbox.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/collectbox/collectbox.sty 2022-10-17 20:17:57 UTC (rev 64729)
+++ trunk/Master/texmf-dist/tex/latex/collectbox/collectbox.sty 2022-10-17 20:18:29 UTC (rev 64730)
@@ -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 at scharrer-online.de>
-%% --------------------------------------------------------------------
+%% Copyright (C) 2012-2022 by Martin Scharrer <martin.scharrer at 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 at protecteddef\def%
+ \global\let\collectbox at protecteddef\def%
\else
\gdef\collectbox at protecteddef{\protected\def}%
\fi
More information about the tex-live-commits
mailing list.