diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/morefloats/morefloats.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/morefloats/morefloats.sty b/Master/texmf-dist/tex/latex/morefloats/morefloats.sty index 33345555305..ca0ff50ba2b 100644 --- a/Master/texmf-dist/tex/latex/morefloats/morefloats.sty +++ b/Master/texmf-dist/tex/latex/morefloats/morefloats.sty @@ -31,16 +31,15 @@ %% %% The main code of this package was invented by %% Don Hosek, Quixote 1990/07/27 (Thanks!). -%% maintenance has been taken over in September 2010 by H.-Martin M{\accent "7F u}nch. +%% Maintenance has been taken over in September 2010 by H.-Martin M{\accent "7F u}nch. %% %% This work consists of the main source file morefloats.dtx %% and the derived files %% morefloats.sty, morefloats.ins, morefloats.drv, %% morefloats-example.tex, morefloats.pdf. %% - \NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesPackage{morefloats}[2010/09/20 v1.0c +\ProvidesPackage{morefloats}[2011/02/01 v1.0d Increase limit of unprocessed floats (HMM; DH)] \RequirePackage{kvoptions}[2010/02/22]% v3.7 @@ -108,7 +107,8 @@ \setcounter{maxfloats}{\morefloats@maxfloats} \else \PackageError{morefloats}{Clash between options maxfloats and morefloats}{% - Option maxfloats must be empty or the sum of 18 and option value morefloats,\MessageBreak% + Option maxfloats must be empty\MessageBreak% + or the sum of 18 and option value morefloats,\MessageBreak% but it is maxfloats=\morefloats@maxfloats \space and % morefloats=\morefloats@morefloats .\MessageBreak% } |