From c96d6803aa076768cb6f5feb02d0b2fe67944139 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 17 Nov 2008 01:42:06 +0000 Subject: morefloats license update git-svn-id: svn://tug.org/texlive/trunk@11322 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/ltxmisc/morefloats.sty | 51 -------------------- .../texmf-dist/tex/latex/morefloats/morefloats.sty | 55 ++++++++++++++++++++++ Master/tlpkg/bin/tlpkg-ctan-check | 3 +- Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 3 +- Master/tlpkg/tlpsrc/morefloats.tlpsrc | 2 + 5 files changed, 61 insertions(+), 53 deletions(-) delete mode 100644 Master/texmf-dist/tex/latex/ltxmisc/morefloats.sty create mode 100644 Master/texmf-dist/tex/latex/morefloats/morefloats.sty create mode 100644 Master/tlpkg/tlpsrc/morefloats.tlpsrc (limited to 'Master') diff --git a/Master/texmf-dist/tex/latex/ltxmisc/morefloats.sty b/Master/texmf-dist/tex/latex/ltxmisc/morefloats.sty deleted file mode 100644 index 57942dddace..00000000000 --- a/Master/texmf-dist/tex/latex/ltxmisc/morefloats.sty +++ /dev/null @@ -1,51 +0,0 @@ -% \iffalse -%% This is morefloats.sty as of 27-July-1990 -%% Don Hosek, Quixote -% \fi -% -% The task at hand is to increase \LaTeX's current limit of 18 unprocessed -% floats in memory at once to 36. An examination of latex.tex reveals that -% this is accomplished by allocating an insert register for each unprocessed -% float. A quick check of lplain.lis reveals that there is room, in fact, -% for 230 additional unprocessed floats, but \TeX's main memory would be -% exhausted long before that happened. -% -% First we allocate the additional insert registers needed: -% \begin{macrocode} -\newinsert\bx@S -\newinsert\bx@T -\newinsert\bx@U -\newinsert\bx@V -\newinsert\bx@W -\newinsert\bx@X -\newinsert\bx@Y -\newinsert\bx@Z -\newinsert\bx@AA -\newinsert\bx@BB -\newinsert\bx@CC -\newinsert\bx@DD -\newinsert\bx@EE -\newinsert\bx@FF -\newinsert\bx@GG -\newinsert\bx@HH -\newinsert\bx@II -\newinsert\bx@JJ -% \end{macrocode} -% -% That accomplished, the next step is to define the macro \verb+\@freelist+ -% which is merely a list of the box registers each preceded by \verb+\@elt+. -% This approach allows processing of the list to be done far more efficiently. -% A similar approach is used by Mittelbach \& Sch\"opf's {\tt doc.sty} to -% keep track of control sequences which should not be indexed. -% \begin{macrocode} -\gdef\@freelist{\@elt\bx@A\@elt\bx@B\@elt\bx@C\@elt\bx@D\@elt\bx@E - \@elt\bx@F\@elt\bx@G\@elt\bx@H\@elt\bx@I\@elt\bx@J - \@elt\bx@K\@elt\bx@L\@elt\bx@M\@elt\bx@N - \@elt\bx@O\@elt\bx@P\@elt\bx@Q\@elt\bx@R - \@elt\bx@S\@elt\bx@T\@elt\bx@U\@elt\bx@V - \@elt\bx@W\@elt\bx@X\@elt\bx@Y\@elt\bx@Z - \@elt\bx@AA\@elt\bx@BB\@elt\bx@CC\@elt\bx@DD - \@elt\bx@EE\@elt\bx@FF\@elt\bx@GG\@elt\bx@HH - \@elt\bx@II\@elt\bx@JJ} -% \end{macrocode} -\endinput diff --git a/Master/texmf-dist/tex/latex/morefloats/morefloats.sty b/Master/texmf-dist/tex/latex/morefloats/morefloats.sty new file mode 100644 index 00000000000..b9413494e15 --- /dev/null +++ b/Master/texmf-dist/tex/latex/morefloats/morefloats.sty @@ -0,0 +1,55 @@ +% This file is public domain. +% Originally written 1990, Don Hosek. +% This declaration added by Clea F. Rees 2008/11/14 with the permission of Dan Hosek. +% +% \iffalse +%% This is morefloats.sty as of 27-July-1990 +%% Don Hosek, Quixote +% \fi +% +% The task at hand is to increase \LaTeX's current limit of 18 unprocessed +% floats in memory at once to 36. An examination of latex.tex reveals that +% this is accomplished by allocating an insert register for each unprocessed +% float. A quick check of lplain.lis reveals that there is room, in fact, +% for 230 additional unprocessed floats, but \TeX's main memory would be +% exhausted long before that happened. +% +% First we allocate the additional insert registers needed: +% \begin{macrocode} +\newinsert\bx@S +\newinsert\bx@T +\newinsert\bx@U +\newinsert\bx@V +\newinsert\bx@W +\newinsert\bx@X +\newinsert\bx@Y +\newinsert\bx@Z +\newinsert\bx@AA +\newinsert\bx@BB +\newinsert\bx@CC +\newinsert\bx@DD +\newinsert\bx@EE +\newinsert\bx@FF +\newinsert\bx@GG +\newinsert\bx@HH +\newinsert\bx@II +\newinsert\bx@JJ +% \end{macrocode} +% +% That accomplished, the next step is to define the macro \verb+\@freelist+ +% which is merely a list of the box registers each preceded by \verb+\@elt+. +% This approach allows processing of the list to be done far more efficiently. +% A similar approach is used by Mittelbach \& Sch\"opf's {\tt doc.sty} to +% keep track of control sequences which should not be indexed. +% \begin{macrocode} +\gdef\@freelist{\@elt\bx@A\@elt\bx@B\@elt\bx@C\@elt\bx@D\@elt\bx@E + \@elt\bx@F\@elt\bx@G\@elt\bx@H\@elt\bx@I\@elt\bx@J + \@elt\bx@K\@elt\bx@L\@elt\bx@M\@elt\bx@N + \@elt\bx@O\@elt\bx@P\@elt\bx@Q\@elt\bx@R + \@elt\bx@S\@elt\bx@T\@elt\bx@U\@elt\bx@V + \@elt\bx@W\@elt\bx@X\@elt\bx@Y\@elt\bx@Z + \@elt\bx@AA\@elt\bx@BB\@elt\bx@CC\@elt\bx@DD + \@elt\bx@EE\@elt\bx@FF\@elt\bx@GG\@elt\bx@HH + \@elt\bx@II\@elt\bx@JJ} +% \end{macrocode} +\endinput diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 5f33828d101..c37150e5ff2 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -151,7 +151,8 @@ my @WorkingTLP = qw( mhequ mhs microtype midnight minipage-marginpar minitoc minutes mkjobtexmf mkpattern mla-paper mlist mmap mnsymbol - moderncv modroman mongolian-babel moreverb movie15 mp3d mparhack + moderncv modroman mongolian-babel morefloats moreverb + movie15 mp3d mparhack mpman-ru ms msc msg multicap multido multiobjective munich muthesis mwcls nag namespc natbib nath nature ncclatex ncctools newlfm nih noitcrul diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 95da28fd953..5e2920aacd9 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -63,7 +63,7 @@ depend changepage depend changes depend chappg depend chapterfolder -vdepend chletter +depend chletter depend circ depend cjw depend clefval @@ -317,6 +317,7 @@ depend mlist depend mmap depend moderncv depend modroman +depend morefloats depend moresize depend moreverb depend movie15 diff --git a/Master/tlpkg/tlpsrc/morefloats.tlpsrc b/Master/tlpkg/tlpsrc/morefloats.tlpsrc new file mode 100644 index 00000000000..403b98c9252 --- /dev/null +++ b/Master/tlpkg/tlpsrc/morefloats.tlpsrc @@ -0,0 +1,2 @@ +name morefloats +category Package -- cgit v1.2.3