diff options
author | Karl Berry <karl@freefriends.org> | 2011-02-02 01:11:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-02-02 01:11:46 +0000 |
commit | bc547016bb9ff58b497f19d0e4d48715c72696ec (patch) | |
tree | bedfc79fc795f84c997d87b4c1b9a62a75624560 /Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex | |
parent | 60a702912cfa942daab4b99b9b8f3d5c262bfa39 (diff) |
morefloats (1feb11)
git-svn-id: svn://tug.org/texlive/trunk@21262 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex b/Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex index 79964a2ff01..589468e4be8 100644 --- a/Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex +++ b/Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex @@ -31,17 +31,16 @@ %% %% 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. %% - \documentclass[british]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\usepackage[maxfloats=19]{morefloats} +\usepackage[maxfloats=19]{morefloats}[2011/02/01]% v1.0d \gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}% \listfiles \begin{document} @@ -50,14 +49,14 @@ \markboth{Example for morefloats}{Example for morefloats} This example demonstrates the use of package\newline -\textsf{morefloats}, v1.0c as of 2010/09/20 (HMM; DH).\newline +\textsf{morefloats}, v1.0d as of 2011/02/01 (HMM; DH).\newline The package takes options (here: maxfloats=19 is used).\newline For more details please see the documentation!\newline To reproduce the\newline \texttt{\LaTeX\ Error: Too many unprocessed floats},\newline -comment out the \texttt{\textbackslash usepackage...} in the preamble (line~3) -(by placing a \% before it).\newline +comment out the \texttt{\textbackslash usepackage...} in the preamble +(line~3) (by placing a \%\ before it).\newline \bigskip |