From 0c031acd1f3d869f5954fd9d96e2b17a42f791ff Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 17 Jul 2015 22:40:28 +0000 Subject: morefloats (17jul15) git-svn-id: svn://tug.org/texlive/trunk@37873 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/morefloats/README | 70 ++++++++++----------- .../doc/latex/morefloats/morefloats-example.pdf | Bin 64057 -> 63739 bytes .../doc/latex/morefloats/morefloats-example.tex | 23 ++++--- .../texmf-dist/doc/latex/morefloats/morefloats.pdf | Bin 478518 -> 487934 bytes 4 files changed, 50 insertions(+), 43 deletions(-) (limited to 'Master/texmf-dist/doc/latex/morefloats') diff --git a/Master/texmf-dist/doc/latex/morefloats/README b/Master/texmf-dist/doc/latex/morefloats/README index 2bef5931959..1898228cee5 100644 --- a/Master/texmf-dist/doc/latex/morefloats/README +++ b/Master/texmf-dist/doc/latex/morefloats/README @@ -1,4 +1,4 @@ -README for morefloats package, 2012/01/28, v1.0f +README for morefloats package, 2015/07/16, v1.0g TABLE OF CONTENTS @@ -25,38 +25,31 @@ Note: 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\"{u}nch. -This material is subject to the LaTeX Project Public License -(LPPL). See http://www.ctan.org/tex-archive/help/Catalogue/ -licenses.lppl.html for the details of that license. +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 +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. 2 DOWNLOAD ========== -'morefloats' is available on CTAN: - CTAN:macros/latex/contrib/morefloats/ +`morefloats' is available on CTAN: +https://www.ctan.org/pkg/morefloats -Running -tex morefloats.dtx -generates the files -morefloats.ins, morefloats.drv, morefloats.sty, -and morefloats-example.tex. - -Also a ZIP file is provided that contains these files, -the manual (morefloats.pdf), the compiled example -(morefloats-example.pdf), and this README, already -sorted in a TDS tree: - CTAN:install/macros/latex/contrib/morefloats.tds.zip - -`CTAN:' means one of the `Comprehensive TeX Archive Network' -nodes or one of its mirrors. This is explained in - http://www.tex.ac.uk/cgi-bin/texfaq2html?label=archives - -The CTAN stuff will be mirrored automatically from the -ftp server, so - ftp://ftp.tug.org/pub/tex/morefloats/ -corresponds to - CTAN:macros/latex/contrib/morefloats/ +Also a ZIP file is provided that contains the files: +the manual (morefloats.pdf), the example (morefloats-example.tex), +the compiled example (morefloats-example.pdf), +driver (morefloats.drv), morefloats.dtx, +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 3 INSTALLATION @@ -67,7 +60,8 @@ Installation with ZIP file in TDS format 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 CTAN:tds.zip for an explanation of TDS.) +See https://www.ctan.org/TDS-guidelines for an explanation +of TDS. Example: cd /...somewhere.../texmf unzip /...downloadpath.../morefloats.tds.zip @@ -87,11 +81,11 @@ b) Check for old morefloats.sty at other locations in your but in a way TeX does NOT find them automatically). c) Generate the package and driver files: tex morefloats.dtx -d) Install the file `*.sty' in your TDS tree: - cp *.sty TDS:tex/latex/morefloats/ +d) 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 (texmf directory). -e) Create the documentation (if necessary), e.g. +e) Create the documentation, if necessary, e.g. pdflatex morefloats.dtx makeindex -s gind.ist morefloats.idx pdflatex morefloats.dtx @@ -99,7 +93,7 @@ e) Create the documentation (if necessary), e.g. 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. +g) Create the morefloats-example.pdf, if necessary, e.g. pdflatex morefloats-example.tex pdflatex morefloats-example.tex pdflatex morefloats-example.tex @@ -112,11 +106,14 @@ h) Copy the documentation files to 4 ADDITIONAL PACKAGES ===================== -morefloats itself loads the kvoptions package, - http://ctan.org/pkg/kvoptions +morefloats itself loads the kvoptions package: +https://ctan.org/pkg/kvoptions which again loads other packages (see the result of the \listfiles command in the log-file of the example). +When an old LaTeX format is used, additionally the +https://ctan.org/pkg/ifetex +package is used. 5 PACKAGE COMPATIBILITY @@ -125,7 +122,7 @@ which again loads other packages There are no known incompatibilities. -6 AUTHOR/MAINTAINER +6 AUTHORS/MAINTAINER ===================== * Author of the original main code: @@ -165,4 +162,5 @@ Bug reports can be send to the maintainer: ================= * If you request too many floats, (La)TeX will run out of - dimensions, memory,... \ No newline at end of file + memory. When testing, this happened when requesting + more than 1570 (!) floats. \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/morefloats/morefloats-example.pdf b/Master/texmf-dist/doc/latex/morefloats/morefloats-example.pdf index 21c340fc6c2..d3373c9139a 100644 Binary files a/Master/texmf-dist/doc/latex/morefloats/morefloats-example.pdf and b/Master/texmf-dist/doc/latex/morefloats/morefloats-example.pdf differ diff --git a/Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex b/Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex index 1593f2d3164..81e943694cf 100644 --- a/Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex +++ b/Master/texmf-dist/doc/latex/morefloats/morefloats-example.tex @@ -9,9 +9,9 @@ %% This is a generated file. %% %% Project: morefloats -%% Version: 2012/01/28 v1.0f +%% Version: 2015/07/16 v1.0g %% -%% Copyright (C) 2010 - 2012 by +%% Copyright (C) 2010 - 2015 by %% H.-Martin M"unch %% Portions of code copyrighted by other people as marked. %% @@ -34,10 +34,14 @@ %% %% The Current Maintainer of this work is H.-Martin Muench. %% -%% The main code of this package was invented by -%% Don Hosek, Quixote 1990/07/27 (Thanks!). +%% LaTeX 2015 provides the extrafloats command. +%% 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 %% by H.-Martin Muench. +%% David Carlisle pointed the maintainer to the new +%% extrafloats command (Thanks!). %% %% This work consists of the main source file morefloats.dtx, %% the README, and the derived files @@ -45,9 +49,14 @@ %% morefloats.ins, morefloats.drv, %% morefloats-example.tex, morefloats-example.pdf. %% -\documentclass[british]{article}[2007/10/19]% v1.4h +%% In memoriam +%% 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 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\usepackage[maxfloats=19]{morefloats}[2012/01/28]% v1.0f +\usepackage[maxfloats=19]{morefloats}[2015/07/16]% v1.0g \gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}% \listfiles \begin{document} @@ -56,7 +65,7 @@ \markboth{Example for morefloats}{Example for morefloats} This example demonstrates the use of package\newline -\textsf{morefloats}, v1.0f as of 2012/01/28 (HMM; DH).\newline +\textsf{morefloats}, v1.0g as of 2015/07/16 (HMM).\newline The package takes options (here: \verb|maxfloats=19| is used).\newline For more details please see the documentation!\newline diff --git a/Master/texmf-dist/doc/latex/morefloats/morefloats.pdf b/Master/texmf-dist/doc/latex/morefloats/morefloats.pdf index 2ded053f7be..e620602308e 100644 Binary files a/Master/texmf-dist/doc/latex/morefloats/morefloats.pdf and b/Master/texmf-dist/doc/latex/morefloats/morefloats.pdf differ -- cgit v1.2.3