texlive[73637] Master/texmf-dist: morefloats (29jan25)
commits+karl at tug.org
commits+karl at tug.org
Wed Jan 29 21:30:38 CET 2025
Revision: 73637
https://tug.org/svn/texlive?view=revision&revision=73637
Author: karl
Date: 2025-01-29 21:30:38 +0100 (Wed, 29 Jan 2025)
Log Message:
-----------
morefloats (29jan25)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/morefloats/README
trunk/Master/texmf-dist/doc/latex/morefloats/morefloats-example.pdf
trunk/Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex
trunk/Master/texmf-dist/doc/latex/morefloats/morefloats.pdf
trunk/Master/texmf-dist/source/latex/morefloats/morefloats.drv
trunk/Master/texmf-dist/source/latex/morefloats/morefloats.dtx
trunk/Master/texmf-dist/source/latex/morefloats/morefloats.ins
trunk/Master/texmf-dist/tex/latex/morefloats/morefloats.sty
Modified: trunk/Master/texmf-dist/doc/latex/morefloats/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/morefloats/README 2025-01-29 20:30:29 UTC (rev 73636)
+++ trunk/Master/texmf-dist/doc/latex/morefloats/README 2025-01-29 20:30:38 UTC (rev 73637)
@@ -1,4 +1,4 @@
-README for morefloats package, 2015/07/22, v1.0h
+README for morefloats package, 2025-01-28, v1.1a
TABLE OF CONTENTS
@@ -21,26 +21,51 @@
morefloats package. Otherwise, \clear(double)page, h(!), H from the
float package, or \FloatBarrier from the picins package might help.
+If e-TeX is available, the number of registers allocated
+in the format to hold floats such as figures is already
+increased from 18 to 52.
+
Note: The original main code of this package
(without \extrafloats from LaTeX 2015) was invented by
-Don Hosek, Quixote, 1990/07/27 (Thanks!).
-Maintenance has been taken over in September 2010 by H.-Martin M\"{u}nch.
+Don Hosek, Quixote, 1990-07-27 (Thanks!).
+Maintenance has been taken over in September 2010 by H.-Martin Münch.
+The extended allocation system introduced in
+2015-01-01 means that in most cases it is no longer
+necessary to load the etex package. Many classes and
+packages that previously loaded this package no longer
+do so. Unfortunately in some circumstances where a
+package or class previously used the etex
+\reserveinserts command, it is possible for a
+document that previously worked to generate an error
+"no room for a new insert". In practice this error can
+always be avoided by declaring inserts earlier, before
+the registers below 256 are all allocated. However, it is
+better not to require packages to be re-ordered and in
+some cases the re-ordering is complicated due to
+delayed allocations in \AtBeginDocument.
+In this release, a new implementation of \newinsert
+is used which allocates inserts from the previously
+allocated float lists once the classical register allocation
+has run out. This allows an extra 52 (or in LuaTEX,
+64 thousand) insert allocations which is more than
+enough for practical documents (by default, LATEX only
+uses two insert allocations).
This material is published under the LPPL 1.3c: This work may be
distributed and/or modified under the conditions of the LaTeX Project
-Public License, either version 1.3c of this license or (at your option) any
-later version. This version of this license is in
-http://www.latex-project.org/lppl/lppl-1-3c.txt
+Public License, either version 1.3c of this license or (at your option)
+any later version. This version of this license is in
+https://www.latex-project.org/lppl/lppl-1-3c.txt
and the latest version of this license is in
-http://www.latex-project.org/lppl.txt
-and version 1.3c or later is part of all distributions of LaTeX version
-2005/12/01 or later.
+https://www.latex-project.org/lppl.txt
+and version 1.3c or later is part of all distributions of
+LaTeX version 2005-12-01 or later.
2 DOWNLOAD
==========
-`morefloats' is available on CTAN:
+"morefloats" is available on CTAN:
https://www.ctan.org/pkg/morefloats
Also a ZIP file is provided that contains the files:
@@ -50,7 +75,7 @@
installation file (morefloats.ins),
the style file (morefloats.sty),
and this README, already sorted in a TDS tree:
-http://mirrors.ctan.org/install/macros/latex/contrib/morefloats.tds.zip
+https://mirror.ctan.org/install/macros/latex/contrib/morefloats.tds.zip
3 INSTALLATION
@@ -58,7 +83,7 @@
Installation with ZIP file in TDS format
----------------------------------------
-The ZIP file `morefloats.tds.zip' contains the files
+The ZIP file "morefloats.tds.zip" contains the files
sorted in a TDS tree. Thus you can directly unpack the
ZIP file inside a TDS tree.
See https://www.ctan.org/TDS-guidelines for an explanation
@@ -70,35 +95,30 @@
TDS tree.
Example:
texhash /...somewhere.../texmf
-(and check for old morefloats.sty at other locations in your
- TeX installation).
Manual installation
-------------------
a) Download the morefloats files from CTAN.
If necessary, unpack them.
-b) Check for old morefloats.sty at other locations in your
- TeX installation and delete them (or back them up,
- but in a way TeX does NOT find them automatically).
-c) Generate the package and driver files:
+b) Generate the package and driver files:
tex morefloats.dtx
-d) Install the file `morefloats.sty' in your TDS tree:
+c) Install the file "morefloats.sty" in your TDS tree:
cp morefloats.sty TDS:tex/latex/morefloats/
- Replace `TDS:' by the prefix of your TDS tree
+ Replace "TDS:" by the prefix of your TDS tree
(texmf directory).
-e) Create the documentation, if necessary, e.g.
+d) Create the documentation, if necessary, e.g.
pdflatex morefloats.dtx
makeindex -s gind.ist morefloats.idx
pdflatex morefloats.dtx
makeindex -s gind.ist morefloats.idx
pdflatex morefloats.dtx
-f) Update the databases if necessary, e.g. for teTeX:
- mktexlsr .../texmf
-g) Create the morefloats-example.pdf, if necessary, e.g.
+e) Update the databases if necessary, e.g. for TeXLive
+ texhash or mktexlsr.
+f) Create the morefloats-example.pdf, if necessary, e.g.
pdflatex morefloats-example.tex
pdflatex morefloats-example.tex
pdflatex morefloats-example.tex
-h) Copy the documentation files to
+g) Copy the documentation files to
"TDS:doc/latex/morefloats/":
README, morefloats.pdf, morefloats-example.tex,
morefloats-example.pdf.
@@ -127,9 +147,9 @@
=====================
* Author of the original main code:
- Don Hosek, Quixote, 1990/07/27 (Thanks!)
+ Don Hosek, Quixote, 1990-07-27 (Thanks!)
* Author of the recent package and current maintainer:
- H.-Martin M\xFCnch
+ H.-Martin Münch
7 BUG REPORTS
@@ -140,12 +160,12 @@
warning messages.
* \errorcontextlines=\maxdimen can be added in the
TeX code to get more information in TeX error messages.
-* Minimal test file that shows the problem, but does not
- contain any unnecessary packages and code.
+* Minimal test file that shows the problem,
+ but does not contain any unnecessary packages and code.
* Used drivers/programs.
* Version information about used packages and programs.
-* If you are using LaTeX, then add "\listfiles". Then
- a list of version information is printed at the end
+* If you are using LaTeX, then add "\listfiles" to the document.
+ Then a list of version information is printed at the end
of the LaTeX run.
* Please no other files than the minimal test file.
The other files .log, .dvi, .ps, .pdf are seldom
@@ -155,8 +175,7 @@
Bug address
-----------
Bug reports can be send to the maintainer:
- H.-Martin M\xFCnch
- <Martin [dot] Muench [at] Uni-Bonn [dot] de>
+ H.-Martin Münch <Martin [dot] Muench [at] Uni-Bonn [dot] de>
8 KNOWN PROBLEMS
Modified: trunk/Master/texmf-dist/doc/latex/morefloats/morefloats-example.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex 2025-01-29 20:30:29 UTC (rev 73636)
+++ trunk/Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex 2025-01-29 20:30:38 UTC (rev 73637)
@@ -9,26 +9,21 @@
%% This is a generated file.
%%
%% Project: morefloats
-%% Version: 2015/07/22 v1.0h
+%% Version: 2025/01/28 v1.1a
%%
-%% Copyright (C) 2010 - 2015 by
-%% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
+%% Copyright (C) 2010 - 2025 by
+%% H.-Martin Muench <Martin dot Muench at Uni-Bonn dot de>
%% Portions of code copyrighted by other people as marked.
%%
-%% The usual disclaimer applies:
-%% If it doesn't work right that's your problem.
-%% (Nevertheless, send an e-mail to the maintainer
-%% when you find an error in this package.)
-%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3c of this license or (at your option) any later
%% version. This version of this license is in
-%% http://www.latex-project.org/lppl/lppl-1-3c.txt
+%% https://www.latex-project.org/lppl/lppl-1-3c.txt
%% and the latest version of this license is in
-%% http://www.latex-project.org/lppl.txt
+%% https://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of
-%% LaTeX version 2005/12/01 or later.
+%% LaTeX version 2005-12-01 or later.
%%
%% This work has the LPPL maintenance status "maintained".
%%
@@ -35,7 +30,7 @@
%% The Current Maintainer of this work is H.-Martin Muench.
%%
%% LaTeX 2015 provides the extrafloats command.
-%% Don Hosek, Quixote, 1990/07/27 (Thanks!)
+%% Don Hosek, Quixote, 1990-07-27 (Thanks!)
%% invented the main code for handling more floats
%% before extrafloats was available.
%% Maintenance has been taken over in September 2010
@@ -50,16 +45,16 @@
%% morefloats-example.tex, morefloats-example.pdf.
%%
%% In memoriam
-%% Claudia Simone Barth + 1996/01/30
-%% Tommy Muench + 2014/01/02
-%% Hans-Klaus Muench + 2014/08/24
+%% Claudia Simone Barth + 1996-01-30
+%% Tommy Muench + 2014-01-02
+%% Hans-Klaus Muench + 2014-08-24
%%
-\documentclass[british]{article}[2014/09/29]% v1.4h
+\documentclass[british]{article}[2024/06/29]% v1.4n
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\usepackage[maxfloats=25]{morefloats}[2015/07/22]% v1.0h
-%% \maxdeadcycles is the maximum number of calls of \output
-%% without a \shipout.
-\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}%
+\usepackage[maxfloats=25]{morefloats}[2025/01/28]% v1.1a
+%% \maxdeadcycles=200\relax%
+%%% \maxdeadcycles is the maximum number of calls of \output
+%%% without a \shipout.
\listfiles
\begin{document}
@@ -69,7 +64,7 @@
\markboth{Example for morefloats}{Example for morefloats}
This example demonstrates the use of package\newline
-\textsf{morefloats}, v1.0h as of 2015/07/22 (HMM).\newline
+\textsf{morefloats}, v1.1a as of 2025/01/28 (HMM).\newline
The package takes options (here:
\verb|maxfloats=|\texttt{\morefloats at maxfloats} is used).\newline
For more details please see the documentation!\newline
@@ -78,17 +73,8 @@
\LaTeX{} \texttt{ Error: Too many unprocessed floats},\newline
comment out the \verb|\usepackage...| in the preamble
(line~3)\newline
-(by placing a \% before it).\newline
+(by placing a \% before it).\bigskip
-\bigskip
-
-Save per page about $200\unit{ml}$~water, $2\unit{g}$~CO$_{2}$
-and $2\unit{g}$~wood:\newline
-Therefore please print only if this is really necessary.\newline
-I do NOT think, that it is necessary to print THIS file, really!
-
-\bigskip
-
There follow \morefloats at maxfloats{} floating tables.
\pagebreak
Modified: trunk/Master/texmf-dist/doc/latex/morefloats/morefloats.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/morefloats/morefloats.drv
===================================================================
--- trunk/Master/texmf-dist/source/latex/morefloats/morefloats.drv 2025-01-29 20:30:29 UTC (rev 73636)
+++ trunk/Master/texmf-dist/source/latex/morefloats/morefloats.drv 2025-01-29 20:30:38 UTC (rev 73637)
@@ -9,26 +9,21 @@
%% This is a generated file.
%%
%% Project: morefloats
-%% Version: 2015/07/22 v1.0h
+%% Version: 2025/01/28 v1.1a
%%
-%% Copyright (C) 2010 - 2015 by
-%% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
+%% Copyright (C) 2010 - 2025 by
+%% H.-Martin Muench <Martin dot Muench at Uni-Bonn dot de>
%% Portions of code copyrighted by other people as marked.
%%
-%% The usual disclaimer applies:
-%% If it doesn't work right that's your problem.
-%% (Nevertheless, send an e-mail to the maintainer
-%% when you find an error in this package.)
-%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3c of this license or (at your option) any later
%% version. This version of this license is in
-%% http://www.latex-project.org/lppl/lppl-1-3c.txt
+%% https://www.latex-project.org/lppl/lppl-1-3c.txt
%% and the latest version of this license is in
-%% http://www.latex-project.org/lppl.txt
+%% https://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of
-%% LaTeX version 2005/12/01 or later.
+%% LaTeX version 2005-12-01 or later.
%%
%% This work has the LPPL maintenance status "maintained".
%%
@@ -35,7 +30,7 @@
%% The Current Maintainer of this work is H.-Martin Muench.
%%
%% LaTeX 2015 provides the extrafloats command.
-%% Don Hosek, Quixote, 1990/07/27 (Thanks!)
+%% Don Hosek, Quixote, 1990-07-27 (Thanks!)
%% invented the main code for handling more floats
%% before extrafloats was available.
%% Maintenance has been taken over in September 2010
@@ -50,26 +45,20 @@
%% morefloats-example.tex, morefloats-example.pdf.
%%
%% In memoriam
-%% Claudia Simone Barth + 1996/01/30
-%% Tommy Muench + 2014/01/02
-%% Hans-Klaus Muench + 2014/08/24
+%% Claudia Simone Barth + 1996-01-30
+%% Tommy Muench + 2014-01-02
+%% Hans-Klaus Muench + 2014-08-24
%%
\NeedsTeXFormat{LaTeX2e}[2015/01/01]
\ProvidesFile{morefloats.drv}%
- [2015/07/22 v1.0h Raise limit of unprocessed floats (HMM)]
-\documentclass{ltxdoc}[2015/03/26]% v2.0w
+ [2025/01/28 v1.1a Raise limit of unprocessed floats (HMM)]
+\documentclass{ltxdoc}[2024/02/08]% v2.1j
\usepackage[T1]{fontenc}[2005/09/27]% v1.99g
-\usepackage{pdflscape}[2008/08/11]% v0.10
-\usepackage{holtxdoc}[2012/03/21]% v0.24
-%% morefloats should work with earlier versions of LaTeX2e and
-%% may work with earlier versions of the class and those packages,
-%% but this was not tested.
-%% Please consider updating your LaTeX, class, and packages
-%% to the most recent version (if they are not already the most
-%% recent version).
+\usepackage{pdflscape}[2022-10-27]% v0.13
+\usepackage{holtxdoc}[2019/12/09]% v0.30
\hypersetup{%
- pdfsubject={LaTeX2e package for increasing the limit of unprocessed floats (HMM)},%
- pdfkeywords={LaTeX, morefloats, floats, H.-Martin Muench},%
+ pdfsubject={Increasing the limit of unprocessed floats (HMM)},%
+ pdfkeywords={LaTeX, morefloats, floats},%
pdfencoding=auto,%
pdflang={en},%
breaklinks=true,%
@@ -86,7 +75,6 @@
}
\CodelineIndex
\hyphenation{docu-ment}
-\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}%
\begin{document}
\DocInput{morefloats.dtx}%
\end{document}
Modified: trunk/Master/texmf-dist/source/latex/morefloats/morefloats.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/morefloats/morefloats.dtx 2025-01-29 20:30:29 UTC (rev 73636)
+++ trunk/Master/texmf-dist/source/latex/morefloats/morefloats.dtx 2025-01-29 20:30:38 UTC (rev 73637)
@@ -1,14 +1,15 @@
% \iffalse meta-comment
%
% File: morefloats.dtx
-% Version: 2015/07/22 v1.0h
+% Version: 2025/01/28 v1.1a
+% Info: Raise limit of unprocessed floats
%
-% Copyright (C) 2010 - 2015 by
-% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
+% Copyright © 2010 - 2025 by
+% H.-Martin Münch <Martin dot Muench at Uni-Bonn dot de>
% Portions of code copyrighted by other people as marked.
%
% LaTeX 2015 provides the extrafloats command.
-% Don Hosek, Quixote, 1990/07/27 (Thanks!)
+% Don Hosek, Quixote, 1990-07-27 (Thanks!)
% invented the main code for handling more floats
% before extrafloats was available.
% Maintenance has been taken over in September 2010
@@ -20,15 +21,15 @@
% conditions of the LaTeX Project Public License, either
% version 1.3c of this license or (at your option) any later
% version. This version of this license is in
-% http://www.latex-project.org/lppl/lppl-1-3c.txt
+% https://www.latex-project.org/lppl/lppl-1-3c.txt
% and the latest version of this license is in
-% http://www.latex-project.org/lppl.txt
+% https://www.latex-project.org/lppl.txt
% and version 1.3c or later is part of all distributions of
-% LaTeX version 2005/12/01 or later.
+% LaTeX version 2005-12-01 or later.
%
% This work has the LPPL maintenance status "maintained".
%
-% The Current Maintainer of this work is H.-Martin Muench.
+% The Current Maintainer of this work is H.-Martin Münch.
%
% This work consists of the main source file morefloats.dtx,
% the README, and the derived files
@@ -36,12 +37,12 @@
% morefloats.ins, morefloats.drv,
% morefloats-example.tex, morefloats-example.pdf.
%
-% 'morefloats' is available on CTAN:
+% "morefloats" is available on CTAN:
% https://www.ctan.org/pkg/morefloats
%
% Also a TDS.ZIP file is provided that contains all the files
% already sorted in a TDS tree:
-% http://mirror.ctan.org/install/macros/latex/contrib/morefloats.tds.zip
+% https://mirror.ctan.org/install/macros/latex/contrib/morefloats.tds.zip
%
%<*ignore>
\begingroup
@@ -58,7 +59,7 @@
\input docstrip.tex
\Msg{*******************************************************************************}
\Msg{* Installation *}
-\Msg{* Package: morefloats 2015/07/22 v1.0h Raise limit of unprocessed floats (HMM)*}
+\Msg{* Package: morefloats 2025/01/28 v1.1a Raise limit of unprocessed floats (HMM)*}
\Msg{*******************************************************************************}
\keepsilent
@@ -70,26 +71,21 @@
This is a generated file.
Project: morefloats
-Version: 2015/07/22 v1.0h
+Version: 2025/01/28 v1.1a
-Copyright (C) 2010 - 2015 by
- H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
+Copyright (C) 2010 - 2025 by
+ H.-Martin Muench <Martin dot Muench at Uni-Bonn dot de>
Portions of code copyrighted by other people as marked.
-The usual disclaimer applies:
-If it doesn't work right that's your problem.
-(Nevertheless, send an e-mail to the maintainer
- when you find an error in this package.)
-
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3c of this license or (at your option) any later
version. This version of this license is in
- http://www.latex-project.org/lppl/lppl-1-3c.txt
+ https://www.latex-project.org/lppl/lppl-1-3c.txt
and the latest version of this license is in
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
and version 1.3c or later is part of all distributions of
-LaTeX version 2005/12/01 or later.
+LaTeX version 2005-12-01 or later.
This work has the LPPL maintenance status "maintained".
@@ -96,7 +92,7 @@
The Current Maintainer of this work is H.-Martin Muench.
LaTeX 2015 provides the extrafloats command.
-Don Hosek, Quixote, 1990/07/27 (Thanks!)
+Don Hosek, Quixote, 1990-07-27 (Thanks!)
invented the main code for handling more floats
before extrafloats was available.
Maintenance has been taken over in September 2010
@@ -111,9 +107,9 @@
morefloats-example.tex, morefloats-example.pdf.
In memoriam
- Claudia Simone Barth + 1996/01/30
- Tommy Muench + 2014/01/02
- Hans-Klaus Muench + 2014/08/24
+ Claudia Simone Barth + 1996-01-30
+ Tommy Muench + 2014-01-02
+ Hans-Klaus Muench + 2014-08-24
\endpreamble
\let\MetaPrefix\DoubleperCent
@@ -166,24 +162,18 @@
% and specify the \texttt{driver} option when \texttt{docstrip}
% asks for options.
%
-% \begin{macrocode}
+% \begin{macrocode}
%<*driver>
\NeedsTeXFormat{LaTeX2e}[2015/01/01]
\ProvidesFile{morefloats.drv}%
- [2015/07/22 v1.0h Raise limit of unprocessed floats (HMM)]
-\documentclass{ltxdoc}[2015/03/26]% v2.0w
+ [2025/01/28 v1.1a Raise limit of unprocessed floats (HMM)]
+\documentclass{ltxdoc}[2024/02/08]% v2.1j
\usepackage[T1]{fontenc}[2005/09/27]% v1.99g
-\usepackage{pdflscape}[2008/08/11]% v0.10
-\usepackage{holtxdoc}[2012/03/21]% v0.24
-%% morefloats should work with earlier versions of LaTeX2e and
-%% may work with earlier versions of the class and those packages,
-%% but this was not tested.
-%% Please consider updating your LaTeX, class, and packages
-%% to the most recent version (if they are not already the most
-%% recent version).
+\usepackage{pdflscape}[2022-10-27]% v0.13
+\usepackage{holtxdoc}[2019/12/09]% v0.30
\hypersetup{%
- pdfsubject={LaTeX2e package for increasing the limit of unprocessed floats (HMM)},%
- pdfkeywords={LaTeX, morefloats, floats, H.-Martin Muench},%
+ pdfsubject={Increasing the limit of unprocessed floats (HMM)},%
+ pdfkeywords={LaTeX, morefloats, floats},%
pdfencoding=auto,%
pdflang={en},%
breaklinks=true,%
@@ -200,33 +190,13 @@
}
\CodelineIndex
\hyphenation{docu-ment}
-\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}%
\begin{document}
\DocInput{morefloats.dtx}%
\end{document}
%</driver>
% \end{macrocode}
-%
% \fi
%
-% \CheckSum{3565}
-%
-% \CharacterTable
-% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
-% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
-% Digits \0\1\2\3\4\5\6\7\8\9
-% Exclamation \! Double quote \" Hash (number) \#
-% Dollar \$ Percent \% Ampersand \&
-% Acute accent \' Left paren \( Right paren \)
-% Asterisk \* Plus \+ Comma \,
-% Minus \- Point \. Solidus \/
-% Colon \: Semicolon \; Less than \<
-% Equals \= Greater than \> Question mark \?
-% Commercial at \@ Left bracket \[ Backslash \\
-% Right bracket \] Circumflex \^ Underscore \_
-% Grave accent \` Left brace \{ Vertical bar \|
-% Right brace \} Tilde \~}
-%
% \GetFileInfo{morefloats.drv}
%
% \begingroup
@@ -243,37 +213,36 @@
% \edef\x{\noexpand\DoNotIndex{\@backslashchar9}}%^^A
% }%^^A
% \expandafter\endgroup\x
-% \DoNotIndex{\\,\,}
-% \DoNotIndex{\def,\edef,\gdef, \xdef}
-% \DoNotIndex{\ifnum, \ifx}
-% \DoNotIndex{\begin, \end, \LaTeX, \LateXe}
-% \DoNotIndex{\bigskip, \caption, \centering, \hline, \MessageBreak}
-% \DoNotIndex{\documentclass, \markboth, \mathrm, \mathord}
-% \DoNotIndex{\NeedsTeXFormat, \usepackage, \ProvidesPackage, \RequirePackage}
-% \DoNotIndex{\newline, \newpage, \pagebreak}
-% \DoNotIndex{\section, \subsection, \space, \thinspace}
-% \DoNotIndex{\textsf, \texttt}
-% \DoNotIndex{\the, \@tempcnta,\@tempcntb}
-% \DoNotIndex{\@elt,\@freelist, \newinsert}
-% \DoNotIndex{\bx at A, \bx at B, \bx at C, \bx at D, \bx at E, \bx at F, \bx at G, \bx at H, \bx at I, \bx at J, \bx at K, \bx at L, \bx at M, \bx at N, \bx at O, \bx at P, \bx at Q, \bx at R, \bx at S, \bx at T, \bx at U, \bx at V, \bx at W, \bx at X, \bx at Y, \bx at Z}
-% \DoNotIndex{\bx at AA, \bx at AB, \bx at AC, \bx at AD, \bx at AE, \bx at AF, \bx at AG, \bx at AH, \bx at AI, \bx at AJ, \bx at AK, \bx at AL, \bx at AM, \bx at AN, \bx at AO, \bx at AP, \bx at AQ, \bx at AR, \bx at AS, \bx at AT, \bx at AU, \bx at AV, \bx at AW, \bx at AX, \bx at AY, \bx at AZ}
-% \DoNotIndex{\bx at BA, \bx at BB, \bx at BC, \bx at BD, \bx at BE, \bx at BF, \bx at BG, \bx at BH, \bx at BI, \bx at BJ, \bx at BK, \bx at BL, \bx at BM, \bx at BN, \bx at BO, \bx at BP, \bx at BQ, \bx at BR, \bx at BS, \bx at BT, \bx at BU, \bx at BV, \bx at BW, \bx at BX, \bx at BY, \bx at BZ}
-% \DoNotIndex{\bx at CA, \bx at CB, \bx at CC, \bx at CD, \bx at CE, \bx at CF, \bx at CG, \bx at CH, \bx at CI, \bx at CJ, \bx at CK, \bx at CL, \bx at CM, \bx at CN, \bx at CO, \bx at CP, \bx at CQ, \bx at CR, \bx at CS, \bx at CT, \bx at CU, \bx at CV, \bx at CW, \bx at CX, \bx at CY, \bx at CZ}
-% \DoNotIndex{\bx at DA, \bx at DB, \bx at DC, \bx at DD, \bx at DE, \bx at DF, \bx at DG, \bx at DH, \bx at DI, \bx at DJ, \bx at DK, \bx at DL, \bx at DM, \bx at DN, \bx at DO, \bx at DP, \bx at DQ, \bx at DR, \bx at DS, \bx at DT, \bx at DU, \bx at DV, \bx at DW, \bx at DX, \bx at DY, \bx at DZ}
-% \DoNotIndex{\bx at EA, \bx at EB, \bx at EC, \bx at ED, \bx at EE, \bx at EF, \bx at EG, \bx at EH, \bx at EI, \bx at EJ, \bx at EK, \bx at EL, \bx at EM, \bx at EN, \bx at EO, \bx at EP, \bx at EQ, \bx at ER, \bx at ES, \bx at ET, \bx at EU, \bx at EV, \bx at EW, \bx at EX, \bx at EY, \bx at EZ}
-% \DoNotIndex{\bx at FA, \bx at FB, \bx at FC, \bx at FD, \bx at FE, \bx at FF, \bx at FG, \bx at FH, \bx at FI, \bx at FJ, \bx at FK, \bx at FL, \bx at FM, \bx at FN, \bx at FO, \bx at FP, \bx at FQ, \bx at FR, \bx at FS, \bx at FT, \bx at FU, \bx at FV, \bx at FW, \bx at FX, \bx at FY, \bx at FZ}
-% \DoNotIndex{\bx at GA, \bx at GB, \bx at GC, \bx at GD, \bx at GE, \bx at GF, \bx at GG, \bx at GH, \bx at GI, \bx at GJ, \bx at GK, \bx at GL, \bx at GM, \bx at GN, \bx at GO, \bx at GP, \bx at GQ, \bx at GR, \bx at GS, \bx at GT, \bx at GU, \bx at GV, \bx at GW, \bx at GX, \bx at GY, \bx at GZ}
-% \DoNotIndex{\bx at HA, \bx at HB, \bx at HC, \bx at HD, \bx at HE, \bx at HF, \bx at HG, \bx at HH, \bx at HI, \bx at HJ, \bx at HK, \bx at HL, \bx at HM, \bx at HN, \bx at HO, \bx at HP, \bx at HQ, \bx at HR, \bx at HS, \bx at HT, \bx at HU, \bx at HV, \bx at HW, \bx at HX, \bx at HY, \bx at HZ}
-% \DoNotIndex{\bx at IA, \bx at IB, \bx at IC, \bx at ID, \bx at IE, \bx at IF, \bx at IG, \bx at IH, \bx at II, \bx at IJ, \bx at IK, \bx at IL, \bx at IM, \bx at IN, \bx at IO, \bx at IP, \bx at IQ, \bx at IR, \bx at IS, \bx at IT, \bx at IU, \bx at IV, \bx at IW, \bx at IX, \bx at IY, \bx at IZ}
-% \DoNotIndex{\bx at JA, \bx at JB, \bx at JC, \bx at JD, \bx at JE, \bx at JF, \bx at JG, \bx at JH, \bx at JI, \bx at JJ, \bx at JK, \bx at JL, \bx at JM, \bx at JN, \bx at JO, \bx at JP, \bx at JQ, \bx at JR, \bx at JS, \bx at JT, \bx at JU, \bx at JV, \bx at JW, \bx at JX, \bx at JY, \bx at JZ}
-% \DoNotIndex{\morefloats at mx}
+% \DoNotIndex{\\,\,,%
+% \def,\edef,\gdef, \xdef,%
+% \ifnum, \ifx,%
+% \begin, \end, \LaTeX, \LateXe,%
+% \bigskip, \caption, \centering, \hline, \MessageBreak,%
+% \documentclass, \markboth, \mathrm, \mathord,%
+% \NeedsTeXFormat, \usepackage, \ProvidesPackage, \RequirePackage,%
+% \newline, \newpage, \pagebreak,%
+% \section, \subsection, \space, \thinspace,%
+% \textsf, \texttt,%
+% \the, \@tempcnta,\@tempcntb,%
+% \@elt,\@freelist, \newinsert,%
+% \bx at A, \bx at B, \bx at C, \bx at D, \bx at E, \bx at F, \bx at G, \bx at H, \bx at I, \bx at J, \bx at K, \bx at L, \bx at M, \bx at N, \bx at O, \bx at P, \bx at Q, \bx at R, \bx at S, \bx at T, \bx at U, \bx at V, \bx at W, \bx at X, \bx at Y, \bx at Z,%
+% \bx at AA, \bx at AB, \bx at AC, \bx at AD, \bx at AE, \bx at AF, \bx at AG, \bx at AH, \bx at AI, \bx at AJ, \bx at AK, \bx at AL, \bx at AM, \bx at AN, \bx at AO, \bx at AP, \bx at AQ, \bx at AR, \bx at AS, \bx at AT, \bx at AU, \bx at AV, \bx at AW, \bx at AX, \bx at AY, \bx at AZ,%
+% \bx at BA, \bx at BB, \bx at BC, \bx at BD, \bx at BE, \bx at BF, \bx at BG, \bx at BH, \bx at BI, \bx at BJ, \bx at BK, \bx at BL, \bx at BM, \bx at BN, \bx at BO, \bx at BP, \bx at BQ, \bx at BR, \bx at BS, \bx at BT, \bx at BU, \bx at BV, \bx at BW, \bx at BX, \bx at BY, \bx at BZ,%
+% \bx at CA, \bx at CB, \bx at CC, \bx at CD, \bx at CE, \bx at CF, \bx at CG, \bx at CH, \bx at CI, \bx at CJ, \bx at CK, \bx at CL, \bx at CM, \bx at CN, \bx at CO, \bx at CP, \bx at CQ, \bx at CR, \bx at CS, \bx at CT, \bx at CU, \bx at CV, \bx at CW, \bx at CX, \bx at CY, \bx at CZ,%
+% \bx at DA, \bx at DB, \bx at DC, \bx at DD, \bx at DE, \bx at DF, \bx at DG, \bx at DH, \bx at DI, \bx at DJ, \bx at DK, \bx at DL, \bx at DM, \bx at DN, \bx at DO, \bx at DP, \bx at DQ, \bx at DR, \bx at DS, \bx at DT, \bx at DU, \bx at DV, \bx at DW, \bx at DX, \bx at DY, \bx at DZ,%
+% \bx at EA, \bx at EB, \bx at EC, \bx at ED, \bx at EE, \bx at EF, \bx at EG, \bx at EH, \bx at EI, \bx at EJ, \bx at EK, \bx at EL, \bx at EM, \bx at EN, \bx at EO, \bx at EP, \bx at EQ, \bx at ER, \bx at ES, \bx at ET, \bx at EU, \bx at EV, \bx at EW, \bx at EX, \bx at EY, \bx at EZ,%
+% \bx at FA, \bx at FB, \bx at FC, \bx at FD, \bx at FE, \bx at FF, \bx at FG, \bx at FH, \bx at FI, \bx at FJ, \bx at FK, \bx at FL, \bx at FM, \bx at FN, \bx at FO, \bx at FP, \bx at FQ, \bx at FR, \bx at FS, \bx at FT, \bx at FU, \bx at FV, \bx at FW, \bx at FX, \bx at FY, \bx at FZ,%
+% \bx at GA, \bx at GB, \bx at GC, \bx at GD, \bx at GE, \bx at GF, \bx at GG, \bx at GH, \bx at GI, \bx at GJ, \bx at GK, \bx at GL, \bx at GM, \bx at GN, \bx at GO, \bx at GP, \bx at GQ, \bx at GR, \bx at GS, \bx at GT, \bx at GU, \bx at GV, \bx at GW, \bx at GX, \bx at GY, \bx at GZ,%
+% \bx at HA, \bx at HB, \bx at HC, \bx at HD, \bx at HE, \bx at HF, \bx at HG, \bx at HH, \bx at HI, \bx at HJ, \bx at HK, \bx at HL, \bx at HM, \bx at HN, \bx at HO, \bx at HP, \bx at HQ, \bx at HR, \bx at HS, \bx at HT, \bx at HU, \bx at HV, \bx at HW, \bx at HX, \bx at HY, \bx at HZ,%
+% \bx at IA, \bx at IB, \bx at IC, \bx at ID, \bx at IE, \bx at IF, \bx at IG, \bx at IH, \bx at II, \bx at IJ, \bx at IK, \bx at IL, \bx at IM, \bx at IN, \bx at IO, \bx at IP, \bx at IQ, \bx at IR, \bx at IS, \bx at IT, \bx at IU, \bx at IV, \bx at IW, \bx at IX, \bx at IY, \bx at IZ,%
+% \bx at JA, \bx at JB, \bx at JC, \bx at JD, \bx at JE, \bx at JF, \bx at JG, \bx at JH, \bx at JI, \bx at JJ, \bx at JK, \bx at JL, \bx at JM, \bx at JN, \bx at JO, \bx at JP, \bx at JQ, \bx at JR, \bx at JS, \bx at JT, \bx at JU, \bx at JV, \bx at JW, \bx at JX, \bx at JY, \bx at JZ,%
+% \morefloats at mx}
%
% \title{The \xpackage{morefloats} package}
-% \date{2015/07/22 v1.0h}
-% \author{H.-Martin M\"{u}nch (current maintainer;\\
+% \author{H.-Martin Münch (current maintainer;\\
% invented by Don Hosek, Quixote)\\
% \xemail{Martin.Muench at Uni-Bonn.de}}
-%
+% \date{2025/01/28 v1.1a}
% \maketitle
%
% \begin{abstract}
@@ -285,36 +254,25 @@
%
% \bigskip
%
-% \noindent Note: \LaTeX{} 2015 provides the |\extrafloats| command.
-% \textsc{Don Hosek}, Quixote, 1990/07/27 (Thanks!)
+% \noindent Note: \LaTeX{} since 2015 provides the |\extrafloats| command.
+% \textsc{Don Hosek}, Quixote, 1990-07-27 (Thanks!)
% invented the main code for handling more floats
% before |\extrafloats| was available.
% \textsc{David Carlisle} pointed the maintainer to the new
% |\extrafloats| (Thanks!).
-% The current maintainer is \textsc{H.-Martin M\"{u}nch}.\\
+% The current maintainer is \textsc{H.-Martin Münch}.\bigskip
%
-% \bigskip
-%
% \noindent Disclaimer for web links: The author is not responsible for any contents
-% referred to in this work unless he has full knowledge of illegal contents.
-% If any damage occurs by the use of information presented there, only the
-% author of the respective pages might be liable, not the one who has referred
-% to these pages.
-%
-% \bigskip
-%
-% \noindent {\color{green} Save per page about $200\unit{ml}$ water,
-% $2\unit{g}$ CO$_{2}$ and $2\unit{g}$ wood:\\
-% Therefore please print only if this is really necessary.}
-%
+% referred to in this work unless having full knowledge of illegal contents.
+% If any damage occurs by the use of information presented there,
+% only the author of the respective pages might be liable,
+% not the one who has referred to those pages.
% \newpage
-%
% \tableofcontents
%
% \newpage
%
% \section{Introduction\label{sec:Introduction}}
-%
% The default limit of unprocessed floats, $18$,
% can be increased with this \xpackage{morefloats} package.\\
% \textquotedblleft{}Of course one immediately begins to wonder:
@@ -322,7 +280,7 @@
% one{-}line tables with $10$~point Computer Modern using \xclass{article.cls}
% produces almost exactly one page worth of material.\textquotedblright{}\\
% (user \url{https://tex.stackexchange.com/users/1495/kahen} as comment to\\
-% \url{https://tex.stackexchange.com/a/35596/6865} on 2011/11/21)\\
+% \url{https://tex.stackexchange.com/a/35596} on 2011-11-21)\\
% As alternatives (see also section \ref{sec:alternatives} below)
% |\clear(double)page|, |h(!)|, |H|~from the
% \href{https://www.ctan.org/pkg/float}{\xpackage{float}} package,
@@ -332,7 +290,6 @@
% will just delay the arrival of the corresponding error.
%
% \section{Usage}
-%
% \subsection{General usage:}
% Load the package placing
% \begin{quote}
@@ -342,8 +299,8 @@
% \noindent The \xpackage{morefloats} package takes two options: |maxfloats| and
% |morefloats|, where |morefloats| gives the number of additional floats and
% |maxfloats| gives the maximum number of floats. |maxfloats=25| therefore means,
-% that there are $18$ (default) floats and $7$ additional floats.
-% |morefloats=7| therefore has the same meaning. It is only necessary to give
+% that there are $18$~(default) floats and $7$~additional floats.
+% |morefloats=7|~therefore has the same meaning. It is only necessary to give
% one of these two options. At the time being, it is not possible to reduce
% the number of floats (for example to save boxes). If you have code
% accomplishing that, please send it to the package maintainer, thanks.\\
@@ -395,10 +352,8 @@
% \href{http://mirror.ctan.org/obsolete/macros/latex/contrib/misc/morefloats.sty}{%
% http://mirror.ctan.org/obsolete/macros/latex/contrib/}\newline%
% \href{http://mirror.ctan.org/obsolete/macros/latex/contrib/misc/morefloats.sty}{%
-% misc/morefloats.sty}.
+% misc/morefloats.sty}.\bigskip
%
-% \bigskip
-%
% If you really want to increase the number of (possible) floats,
% this is the right package. On the other hand, if you ran into trouble of
% \texttt{Too many unprocessed floats}, but would also accept less floats,
@@ -448,10 +403,9 @@
% \end{description}
% and the \textbf{excellent article on \textquotedblleft How to influence the position
% of float environments like figure and table in \hbox{\LaTeX ?\textquotedblright } by
-% \textsc{Frank Mittelbach}} at \url{https://tex.stackexchange.com/a/39020/6865}{}!\\
+% \textsc{Frank Mittelbach}} at
+% \url{https://www.latex-project.org/publications/indexbyyear/2014/}{}!\bigskip
%
-% \bigskip
-%
% \noindent (You programmed or found another alternative,
% which is available at CTAN?\\
% OK, send an e-mail to me with the name, location at CTAN,
@@ -464,13 +418,12 @@
%
% \begin{macrocode}
%<*example>
-\documentclass[british]{article}[2014/09/29]% v1.4h
+\documentclass[british]{article}[2024/06/29]% v1.4n
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\usepackage[maxfloats=25]{morefloats}[2015/07/22]% v1.0h
-%\maxdeadcycles=200\relax%
-%% \maxdeadcycles is the maximum number of calls of \output
-%% without a \shipout.
-\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}%
+\usepackage[maxfloats=25]{morefloats}[2025/01/28]% v1.1a
+%% \maxdeadcycles=200\relax%
+%%% \maxdeadcycles is the maximum number of calls of \output
+%%% without a \shipout.
\listfiles
\begin{document}
@@ -480,7 +433,7 @@
\markboth{Example for morefloats}{Example for morefloats}
This example demonstrates the use of package\newline
-\textsf{morefloats}, v1.0h as of 2015/07/22 (HMM).\newline
+\textsf{morefloats}, v1.1a as of 2025/01/28 (HMM).\newline
The package takes options (here:
\verb|maxfloats=|\texttt{\morefloats at maxfloats} is used).\newline
For more details please see the documentation!\newline
@@ -489,17 +442,8 @@
\LaTeX{} \texttt{ Error: Too many unprocessed floats},\newline
comment out the \verb|\usepackage...| in the preamble
(line~3)\newline
-(by placing a \% before it).\newline
+(by placing a \% before it).\bigskip
-\bigskip
-
-Save per page about $200\unit{ml}$~water, $2\unit{g}$~CO$_{2}$
-and $2\unit{g}$~wood:\newline
-Therefore please print only if this is really necessary.\newline
-I do NOT think, that it is necessary to print THIS file, really!
-
-\bigskip
-
There follow \morefloats at maxfloats{} floating tables.
\pagebreak
@@ -526,13 +470,10 @@
\end{document}
%</example>
% \end{macrocode}
-%
+% \StopEventually{}
% \newpage
%
-% \StopEventually{}
-%
% \section{The implementation}
-%
% We start off by checking that we are loading into \LaTeXe{} and
% announcing the name and version of this package.
%
@@ -542,26 +483,16 @@
%
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[2011/06/27]
-%% The current format at the time of the release of this version of the
-%% morefloats package was 2015/01/01, patch level 2.
-\ProvidesPackage{morefloats}[2015/07/22 v1.0h
- Raise limit of unprocessed floats (HMM)]
+\ProvidesPackage{morefloats}[2025/01/28 v1.1a Raise limit of unprocessed floats (HMM)]
% \end{macrocode}
%
% \DescribeMacro{Options}
% \begin{macrocode}
-\RequirePackage{kvoptions}[2011/06/30]% v3.11
-%% morefloats may work with earlier versions of LaTeX2e and that
-%% package, but this was not tested.
-%% Please consider updating your LaTeX and package
-%% to the most recent version (if they are not already the most
-%% recent version).
-
+\RequirePackage{kvoptions}[2011/06/30]% v3.11, newer versions exist!
\SetupKeyvalOptions{family=morefloats,prefix=morefloats@}
\DeclareStringOption{maxfloats}% \morefloats at maxfloats
\DeclareStringOption{morefloats}% \morefloats at morefloats
-
\ProcessKeyvalOptions*
% \end{macrocode}
@@ -575,7 +506,7 @@
% Now we check whether |maxfloats=...| or |morefloats=...| or both were used,
% and if one option was not used, we supply the according value.
% If no option was used at all, we use the default values.
-% Too many requested floats produce error massages by \LaTeX ,
+% Too many requested floats produce error messages by \LaTeX ,
% which might not be easily traced back to this,
% therefore we issue a warning. If option |maxfloats| or |morefloats| is no number,
% the user will received the according error message by \LaTeX{} automatically.
@@ -715,7 +646,7 @@
% |\extrafloats| which does a similar job [as earlier versions of this package did],
% although as it doesn't use |\newinsert| (and as the 2015 format uses extended
% registers by default) you can allocate a lot more floats,\textquotedblright{} %
-% \hbox{e.\,g. |\extrafloats{1234}|.} Loading the \xpackage{etex} package and
+% \hbox{e.\,g.~|\extrafloats{1234}|.} Loading the \xpackage{etex} package and
% \xpackage{morefloats} with the new format would
% \textquotedblleft over{-}write the new allocation mechanism and end up with
% fewer floats available.\textquotedblright{} Therefore here it is tested
@@ -772,10 +703,9 @@
%% Not new format, otherwise the last \endinput would have been applied.
%% Test for e-TeX:
-\RequirePackage{ifetex}[2011/12/15]% v1.2
-\ifetex%
- %% then we can use code similar to the one from David Carlisle,
- %% https://tex.stackexchange.com/a/212483/6865
+\RequirePackage{ifetex}[2011/12/15]% v1.2, replaced by iftex-package nowadays
+\ifetex%% then we can use code similar to the one from David Carlisle,
+ %% https://tex.stackexchange.com/a/212483
\mathchardef\float at count=32767\relax%
\gdef\extrafloats#1{%
\ifnum#1>\z@\relax%
@@ -1206,7 +1136,8 @@
% \url{https://ctan.org/pkg/kvoptions}
%
% \item[-] package \xpackage{ifetex}, 2011/12/15, v1.2,
-% \url{https://ctan.org/pkg/ifetex}, is used in some cases
+% \url{https://ctan.org/pkg/ifetex}, is used in some cases,
+% nowadays replaced by the \url{https://ctan.org/pkg/iftex} package
% \end{description}
%
% \DescribeMacro{regstats}
@@ -1232,9 +1163,9 @@
% downloaded separately,\\
% \url{http://mirror.ctan.org/install/macros/latex/contrib/hyperref.tds.zip}.\\
%
-% \DescribeMacro{M\"{u}nch}
-% A hyperlinked list of my (other) packages can be found at
-% \url{https://www.ctan.org/author/muench-hm}.\\
+% \DescribeMacro{Münch}
+% A hyperlinked list of my (other) packages can be found at\newline
+% \url{https://www.ctan.org/author/muench-hm}.
%
% \subsection{Package, unpacking TDS}
% \paragraph{Package.} This package is available on \url{https://www.CTAN.org}.
@@ -1260,7 +1191,6 @@
% morefloats-example.tex & The example file.\\
% morefloats-example.pdf & The compiled example file.
% \end{tabular}
-%
% \bigskip
%
% \noindent For required other packages, please see the preceding subsection.
@@ -1401,32 +1331,24 @@
% |(pdf)latex morefloats-example.tex|.
%
% \section{Acknowledgements}
-%
% \LaTeX{} 2015 provides the |\extrafloats| command.
-% \textsc{Don Hosek}, Quixote, 1990/07/27 (Thanks!)
+% \textsc{Don Hosek}, Quixote, 1990-07-27 (Thanks!)
% invented the main code for handling more floats
% before |\extrafloats| was available.
% \textsc{David Carlisle} pointed the maintainer to the new |\extrafloats|
% and provided the code for |\extrafloats| in case |\extrafloats| is not yet
% available at the used system (Thanks!).
-% The current maintainer is \textsc{H.-Martin M\"{u}nch}.\\
+% The current maintainer is \textsc{H.-Martin Münch}.\\
% I would like to thank additionally \textsc{Karl Berry} for helping with taking
-% over the maintainership of this package and two missing |\expandafter|s,
+% over the maintainership of this package and two missing |\expandafter|s and
% \textsc{Heiko Oberdiek} for providing a~lot~(!) of useful packages (from
% which I also got everything I know about creating a file in \xfile{dtx}
-% format, ok, say it: copying), everybody of the CTAN team for managing
-% CTAN, and the \Newsgroup{comp.text.tex} and \Newsgroup{de.comp.text.tex}
-% newsgroups and everybody at \url{http://tex.stackexchange.com/}
-% for their help in all things \hbox{\TeX{}.}
+% format, ok, say it: copying).
%
% \newpage
%
% \phantomsection
-% \begin{History}\label{History}
-%
-% Some old versions have been archived at
-% \url{http://ctanhg.scharrer-online.de/pkg/morefloats.html}.
-%
+% \begin{History}
% \begin{Version}{1990/07/27 v1.0a}
% \item Created by \textsc{Don Hosek}.
% \end{Version}
@@ -1489,6 +1411,9 @@
% for available floats can be allocated.
% \item The example file now uses a flexible number of floats.
% \end{Version}
+% \begin{Version}{2025/01/28 v1.1a}
+% \item Converted to UTF-8 and new format.
+% \end{Version}
% \end{History}
%
% \bigskip
Modified: trunk/Master/texmf-dist/source/latex/morefloats/morefloats.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/morefloats/morefloats.ins 2025-01-29 20:30:29 UTC (rev 73636)
+++ trunk/Master/texmf-dist/source/latex/morefloats/morefloats.ins 2025-01-29 20:30:38 UTC (rev 73637)
@@ -9,26 +9,21 @@
%% This is a generated file.
%%
%% Project: morefloats
-%% Version: 2015/07/22 v1.0h
+%% Version: 2025/01/28 v1.1a
%%
-%% Copyright (C) 2010 - 2015 by
-%% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
+%% Copyright (C) 2010 - 2025 by
+%% H.-Martin Muench <Martin dot Muench at Uni-Bonn dot de>
%% Portions of code copyrighted by other people as marked.
%%
-%% The usual disclaimer applies:
-%% If it doesn't work right that's your problem.
-%% (Nevertheless, send an e-mail to the maintainer
-%% when you find an error in this package.)
-%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3c of this license or (at your option) any later
%% version. This version of this license is in
-%% http://www.latex-project.org/lppl/lppl-1-3c.txt
+%% https://www.latex-project.org/lppl/lppl-1-3c.txt
%% and the latest version of this license is in
-%% http://www.latex-project.org/lppl.txt
+%% https://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of
-%% LaTeX version 2005/12/01 or later.
+%% LaTeX version 2005-12-01 or later.
%%
%% This work has the LPPL maintenance status "maintained".
%%
@@ -35,7 +30,7 @@
%% The Current Maintainer of this work is H.-Martin Muench.
%%
%% LaTeX 2015 provides the extrafloats command.
-%% Don Hosek, Quixote, 1990/07/27 (Thanks!)
+%% Don Hosek, Quixote, 1990-07-27 (Thanks!)
%% invented the main code for handling more floats
%% before extrafloats was available.
%% Maintenance has been taken over in September 2010
@@ -50,14 +45,14 @@
%% morefloats-example.tex, morefloats-example.pdf.
%%
%% In memoriam
-%% Claudia Simone Barth + 1996/01/30
-%% Tommy Muench + 2014/01/02
-%% Hans-Klaus Muench + 2014/08/24
+%% Claudia Simone Barth + 1996-01-30
+%% Tommy Muench + 2014-01-02
+%% Hans-Klaus Muench + 2014-08-24
%%
\input docstrip.tex
\Msg{*******************************************************************************}
\Msg{* Installation *}
-\Msg{* Package: morefloats 2015/07/22 v1.0h Raise limit of unprocessed floats (HMM)*}
+\Msg{* Package: morefloats 2025/01/28 v1.1a Raise limit of unprocessed floats (HMM)*}
\Msg{*******************************************************************************}
\keepsilent
@@ -69,26 +64,21 @@
This is a generated file.
Project: morefloats
-Version: 2015/07/22 v1.0h
+Version: 2025/01/28 v1.1a
-Copyright (C) 2010 - 2015 by
- H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
+Copyright (C) 2010 - 2025 by
+ H.-Martin Muench <Martin dot Muench at Uni-Bonn dot de>
Portions of code copyrighted by other people as marked.
-The usual disclaimer applies:
-If it doesn't work right that's your problem.
-(Nevertheless, send an e-mail to the maintainer
- when you find an error in this package.)
-
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3c of this license or (at your option) any later
version. This version of this license is in
- http://www.latex-project.org/lppl/lppl-1-3c.txt
+ https://www.latex-project.org/lppl/lppl-1-3c.txt
and the latest version of this license is in
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
and version 1.3c or later is part of all distributions of
-LaTeX version 2005/12/01 or later.
+LaTeX version 2005-12-01 or later.
This work has the LPPL maintenance status "maintained".
@@ -95,7 +85,7 @@
The Current Maintainer of this work is H.-Martin Muench.
LaTeX 2015 provides the extrafloats command.
-Don Hosek, Quixote, 1990/07/27 (Thanks!)
+Don Hosek, Quixote, 1990-07-27 (Thanks!)
invented the main code for handling more floats
before extrafloats was available.
Maintenance has been taken over in September 2010
@@ -110,9 +100,9 @@
morefloats-example.tex, morefloats-example.pdf.
In memoriam
- Claudia Simone Barth + 1996/01/30
- Tommy Muench + 2014/01/02
- Hans-Klaus Muench + 2014/08/24
+ Claudia Simone Barth + 1996-01-30
+ Tommy Muench + 2014-01-02
+ Hans-Klaus Muench + 2014-08-24
\endpreamble
\let\MetaPrefix\DoubleperCent
Modified: trunk/Master/texmf-dist/tex/latex/morefloats/morefloats.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/morefloats/morefloats.sty 2025-01-29 20:30:29 UTC (rev 73636)
+++ trunk/Master/texmf-dist/tex/latex/morefloats/morefloats.sty 2025-01-29 20:30:38 UTC (rev 73637)
@@ -9,26 +9,21 @@
%% This is a generated file.
%%
%% Project: morefloats
-%% Version: 2015/07/22 v1.0h
+%% Version: 2025/01/28 v1.1a
%%
-%% Copyright (C) 2010 - 2015 by
-%% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
+%% Copyright (C) 2010 - 2025 by
+%% H.-Martin Muench <Martin dot Muench at Uni-Bonn dot de>
%% Portions of code copyrighted by other people as marked.
%%
-%% The usual disclaimer applies:
-%% If it doesn't work right that's your problem.
-%% (Nevertheless, send an e-mail to the maintainer
-%% when you find an error in this package.)
-%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3c of this license or (at your option) any later
%% version. This version of this license is in
-%% http://www.latex-project.org/lppl/lppl-1-3c.txt
+%% https://www.latex-project.org/lppl/lppl-1-3c.txt
%% and the latest version of this license is in
-%% http://www.latex-project.org/lppl.txt
+%% https://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of
-%% LaTeX version 2005/12/01 or later.
+%% LaTeX version 2005-12-01 or later.
%%
%% This work has the LPPL maintenance status "maintained".
%%
@@ -35,7 +30,7 @@
%% The Current Maintainer of this work is H.-Martin Muench.
%%
%% LaTeX 2015 provides the extrafloats command.
-%% Don Hosek, Quixote, 1990/07/27 (Thanks!)
+%% Don Hosek, Quixote, 1990-07-27 (Thanks!)
%% invented the main code for handling more floats
%% before extrafloats was available.
%% Maintenance has been taken over in September 2010
@@ -50,27 +45,17 @@
%% morefloats-example.tex, morefloats-example.pdf.
%%
%% In memoriam
-%% Claudia Simone Barth + 1996/01/30
-%% Tommy Muench + 2014/01/02
-%% Hans-Klaus Muench + 2014/08/24
+%% Claudia Simone Barth + 1996-01-30
+%% Tommy Muench + 2014-01-02
+%% Hans-Klaus Muench + 2014-08-24
%%
\NeedsTeXFormat{LaTeX2e}[2011/06/27]
-%% The current format at the time of the release of this version of the
-%% morefloats package was 2015/01/01, patch level 2.
-\ProvidesPackage{morefloats}[2015/07/22 v1.0h
- Raise limit of unprocessed floats (HMM)]
+\ProvidesPackage{morefloats}[2025/01/28 v1.1a Raise limit of unprocessed floats (HMM)]
-\RequirePackage{kvoptions}[2011/06/30]% v3.11
-%% morefloats may work with earlier versions of LaTeX2e and that
-%% package, but this was not tested.
-%% Please consider updating your LaTeX and package
-%% to the most recent version (if they are not already the most
-%% recent version).
-
+\RequirePackage{kvoptions}[2011/06/30]% v3.11, newer versions exist!
\SetupKeyvalOptions{family=morefloats,prefix=morefloats@}
\DeclareStringOption{maxfloats}% \morefloats at maxfloats
\DeclareStringOption{morefloats}% \morefloats at morefloats
-
\ProcessKeyvalOptions*
\ifx\morefloats at maxfloats\@empty%
@@ -227,10 +212,9 @@
%% Not new format, otherwise the last \endinput would have been applied.
%% Test for e-TeX:
-\RequirePackage{ifetex}[2011/12/15]% v1.2
-\ifetex%
- %% then we can use code similar to the one from David Carlisle,
- %% https://tex.stackexchange.com/a/212483/6865
+\RequirePackage{ifetex}[2011/12/15]% v1.2, replaced by iftex-package nowadays
+\ifetex%% then we can use code similar to the one from David Carlisle,
+ %% https://tex.stackexchange.com/a/212483
\mathchardef\float at count=32767\relax%
\gdef\extrafloats#1{%
\ifnum#1>\z@\relax%
More information about the tex-live-commits
mailing list.