diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-30 23:04:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-30 23:04:18 +0000 |
commit | bc1d8cd685177e278fd22ad398c977521936a915 (patch) | |
tree | 8a4b64f335cd05e76ca16006427c98d58d7f252f /Master/texmf-dist/doc/latex/lastpage/README | |
parent | 0d7d6ceda5d28a3493013ee490037ce2f44ddcae (diff) |
lastpage (30mar15)
git-svn-id: svn://tug.org/texlive/trunk@36680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lastpage/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/lastpage/README | 90 |
1 files changed, 55 insertions, 35 deletions
diff --git a/Master/texmf-dist/doc/latex/lastpage/README b/Master/texmf-dist/doc/latex/lastpage/README index ab236ad8588..d04f4136b6a 100644 --- a/Master/texmf-dist/doc/latex/lastpage/README +++ b/Master/texmf-dist/doc/latex/lastpage/README @@ -1,4 +1,4 @@ -README for lastpage package, 2013/01/28, v1.2l +README for lastpage package, 2015/03/29, v1.2m TABLE OF CONTENTS @@ -17,8 +17,8 @@ TABLE OF CONTENTS 1 INTRODUCTION ============== -This package puts the label LastPage (\AtEndDocument) into -the .aux file, allowing the user to refer to the last page +This LaTeX package puts the label LastPage (\AtEndDocument) +into the .aux file, allowing the user to refer to the last page of a document. This might be particularly useful in places like headers or footers. - When more than one page numbering scheme is used, or the @@ -27,21 +27,32 @@ has output after this package, or the number of pages instead of the last page's name is needed, or the page numbers exeed a certain range, there might be problems, which can be solved by using the pageslts package instead. -This material is subject to the LaTeX Project Public License -(LPPL). See http://www.ctan.org/license/lppl1.3 -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 ========== `lastpage' is available on CTAN: - http://www.ctan.org/tex-archive/macros/latex/contrib/lastpage +https://www.ctan.org/pkg/lastpage -Also a ZIP file is provided that contains the files, already -sorted in a TDS tree: - http://mirrors.ctan.org/install/macros/latex/contrib/ - lastpage.tds.zip +Also a ZIP file is provided that contains the files: +the manual (lastpage.pdf), the example (lastpage-example.tex), +the compiled example (lastpage-example.pdf), +driver (lastpage.drv), lastpage.dtx, +installation file (lastpage.ins), +the style files (lastpage.sty, lastpage209.sty), +and this README, already sorted in a TDS tree: +http://mirrors.ctan.org/install/macros/latex/contrib/lastpage.tds.zip 3 INSTALLATION @@ -52,11 +63,11 @@ lastpage at some obsolete place in your system. Installation with ZIP file in TDS format ---------------------------------------- -The ZIP file `lastpage.tds.zip' contains the files sorted -in a TDS tree. Thus you can directly unpack the ZIP file -inside a TDS tree. -(See http://www.ctan.org/TDS-guidelines for an explanation -of TDS.) +The ZIP file `lastpage.tds.zip' contains the files +sorted in a TDS tree. Thus you can directly unpack the +ZIP file inside a TDS tree. +See https://www.ctan.org/TDS-guidelines for an explanation +of TDS. Example: cd /...somewhere.../texmf unzip /...downloadpath.../lastpage.tds.zip @@ -67,20 +78,30 @@ Example: Manual installation ------------------- -a) Download the lastpage files from CTAN or the TUG server. +a) Download the lastpage files from CTAN. If necessary, unpack them. b) Generate the package and driver files: - tex lastpage.ins + tex lastpage.dtx c) Install the file `*.sty' in your TDS tree: cp *.sty TDS:tex/latex/lastpage/ Replace `TDS:' by the prefix of your TDS tree (texmf directory). -d) Copy the documentation files to +d) Create the documentation, if necessary, e.g. + pdflatex lastpage.dtx + makeindex -s gind.ist lastpage.idx + pdflatex undolabl.dtx + makeindex -s gind.ist lastpage.idx + pdflatex lastpage.dtx +e) Update the databases if necessary, e.g. for teTeX: + mktexlsr .../texmf +f) Create the lastpage-example.pdf, if necessary, e.g. + pdflatex lastpage-example.tex + pdflatex lastpage-example.tex + pdflatex lastpage-example.tex +g) Copy the documentation files to "TDS:doc/latex/lastpage/": README, lastpage.pdf, lastpage-example.tex, lastpage-example.pdf. -e) Update the databases if necessary, e.g. for teTeX: - mktexlsr .../texmf 4 ADDITIONAL PACKAGES @@ -88,25 +109,24 @@ e) Update the databases if necessary, e.g. for teTeX: The lastpage package does not depend on other packages, but the lastpage.dtx does (for unpacking and constructing -the documentation), see "7.1 Downloads" in the manual, -ftp://ftp.ctan.org/tex-archive/ -macros/latex/contrib/lastpage/lastpage.pdf +the documentation), see "7.1 Downloads" in the manual +http://mirrors.ctan.org/macros/latex/contrib/lastpage/lastpage.pdf 5 PACKAGE COMPATIBILITY ======================= lastpage is not compatible with the very old version 2.0 -(and earlier) of the endfloat package. Newer versions of -endfloat exists (at the time of writing this documentation: -v2.5d as of 2011/12/25), which are available at www.CTAN.org. - +(and earlier) of the endfloat package. The recent version of +endfloat is available at +https://www.ctan.org/pkg/endfloat 6 AUTHORS/MAINTAINER ===================== -* Author of the original main code: Jeffrey P. Goldberg (Thanks!) -* Author of the recent package and maintainer: +* Author of the original main code: + Jeffrey P. Goldberg (Thanks!) +* Author of the recent package and current maintainer: H.-Martin Münch @@ -116,15 +136,15 @@ v2.5d as of 2011/12/25), which are available at www.CTAN.org. A bug report should contain: * Comprehensive problem description. This includes error or warning messages. - * \errorcontextlines=\maxdimen can be added in the - TeX code to get more information in TeX error messages. +* \errorcontextlines=\maxdimen can be added in the + TeX code to get more information in TeX error messages. * Minimal test file that shows the problem, but does not contain any unnecessary packages and code. * Used drivers/programs. * Version information about used packages and programs. - * If you are using LaTeX, then add "\listfiles". Then - a list of version information is printed at the end - of the LaTeX run. +* If you are using LaTeX, then add "\listfiles". Then + a list of version information is printed at the end + of the LaTeX run. * Please no other files than the minimal test file. The other files .log, .dvi, .ps, .pdf are seldom necessary, so send them only on request. |