diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/morefloats/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/morefloats/README | 70 |
1 files changed, 34 insertions, 36 deletions
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 |