From ba58543d6158e8189d68dd5457e736d8f386bbc7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 30 Sep 2010 22:52:18 +0000 Subject: lastpage 1.2f (1oct10) git-svn-id: svn://tug.org/texlive/trunk@19958 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/lastpage/README | 10 ++- .../doc/latex/lastpage/lastpage-example.pdf | Bin 131239 -> 121415 bytes .../doc/latex/lastpage/lastpage-example.tex | 6 +- Master/texmf-dist/doc/latex/lastpage/lastpage.pdf | Bin 500590 -> 400161 bytes .../texmf-dist/source/latex/lastpage/lastpage.drv | 4 +- .../texmf-dist/source/latex/lastpage/lastpage.dtx | 79 ++++++++++++--------- .../texmf-dist/source/latex/lastpage/lastpage.ins | 6 +- Master/texmf-dist/tex/latex/lastpage/lastpage.sty | 4 +- 8 files changed, 61 insertions(+), 48 deletions(-) diff --git a/Master/texmf-dist/doc/latex/lastpage/README b/Master/texmf-dist/doc/latex/lastpage/README index 7fad761e1d7..452fe0ffd5f 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, 2010/09/12, v1.2e +README for lastpage package, 2010/09/24, v1.2f TABLE OF CONTENTS @@ -85,7 +85,7 @@ d) Install the files `*.sty', and `*.cfg' in your TDS tree: Replace `TDS:' by the prefix of your TDS tree (texmf directory). e) Copy the documentation files to - "TDS:doc/latex/muench/lastpage/": + "TDS:doc/latex/lastpage/": README, lastpage.pdf, lastpage-example.tex, lastpage-example.pdf. f) Update the databases if necessary, e.g. for teTeX: @@ -95,7 +95,11 @@ f) Update the databases if necessary, e.g. for teTeX: 4 ADDITIONAL PACKAGES ===================== -The lastpage package does not depend on other packages. +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 5 PACKAGE COMPATIBILITY diff --git a/Master/texmf-dist/doc/latex/lastpage/lastpage-example.pdf b/Master/texmf-dist/doc/latex/lastpage/lastpage-example.pdf index 58ff1d30736..1ed6a03d594 100644 Binary files a/Master/texmf-dist/doc/latex/lastpage/lastpage-example.pdf and b/Master/texmf-dist/doc/latex/lastpage/lastpage-example.pdf differ diff --git a/Master/texmf-dist/doc/latex/lastpage/lastpage-example.tex b/Master/texmf-dist/doc/latex/lastpage/lastpage-example.tex index 7e0f5cf79ba..1496f1de468 100644 --- a/Master/texmf-dist/doc/latex/lastpage/lastpage-example.tex +++ b/Master/texmf-dist/doc/latex/lastpage/lastpage-example.tex @@ -50,7 +50,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[draft]{showkeys}[2007/08/07]% v3.15 %% Use final instead of draft to hide the keys. %% -\usepackage{hyperref}[2010/06/18]% v6.81g +\usepackage{hyperref}[2010/09/13]% v6.81n \hypersetup{% extension=pdf,% plainpages=false,% @@ -66,7 +66,7 @@ pdfpagelayout=SinglePage% } %% If you disable hyperref, you must also remove the one \href in this example. -\usepackage{lastpage}[2010/09/12]% v1.2e +\usepackage{lastpage}[2010/09/24]% v1.2f \makeatletter \renewcommand{\@evenfoot}% {\normalsize\slshape \today\hfil \upshape page {\thepage} of \pageref{LastPage}} @@ -81,7 +81,7 @@ \markboth{Example for lastpage}{Example for lastpage} This example demonstrates the use of package\newline -\textsf{lastpage}, v1.2e as of 2010/09/12 (HMM; JPG).\newline +\textsf{lastpage}, v1.2f as of 2010/09/24 (HMM; JPG).\newline The package takes no options.\newline For more details please see the documentation!\newline diff --git a/Master/texmf-dist/doc/latex/lastpage/lastpage.pdf b/Master/texmf-dist/doc/latex/lastpage/lastpage.pdf index 5dabcf87157..1902d266ca9 100644 Binary files a/Master/texmf-dist/doc/latex/lastpage/lastpage.pdf and b/Master/texmf-dist/doc/latex/lastpage/lastpage.pdf differ diff --git a/Master/texmf-dist/source/latex/lastpage/lastpage.drv b/Master/texmf-dist/source/latex/lastpage/lastpage.drv index 1cefd58fff6..f86e79a32e4 100644 --- a/Master/texmf-dist/source/latex/lastpage/lastpage.drv +++ b/Master/texmf-dist/source/latex/lastpage/lastpage.drv @@ -47,7 +47,7 @@ %% lastpage-example.tex, lastpage.pdf. %% \NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesFile{lastpage.drv}[2010/09/12 v1.2e +\ProvidesFile{lastpage.drv}[2010/09/24 v1.2f Refers to last page's name (HMM)]% \documentclass{ltxdoc}[2007/11/11]% v2.0u \usepackage{holtxdoc}[2010/04/18]% v0.18 @@ -58,7 +58,7 @@ %% recent version). %% Warning: holtxdoc, 2010/04/24 v0.19, requires the packages %% hypdoc, 2010/03/26, v1.9 -%% hyperref, 2010/03/30, v6.80u (latest: 2010/06/18 v6.81g) +%% hyperref, 2010/03/30, v6.80u (latest: 2010/09/13 v6.81n) %% pdftexcmds, 2010/04/01, v0.9 %% ltxcmds, 2010/03/09, v1.4 (latest: 2010/04/26, v1.7) %% hologo, 2010/04/24, v1.2 diff --git a/Master/texmf-dist/source/latex/lastpage/lastpage.dtx b/Master/texmf-dist/source/latex/lastpage/lastpage.dtx index ae137a3f2a8..1c8acec4595 100644 --- a/Master/texmf-dist/source/latex/lastpage/lastpage.dtx +++ b/Master/texmf-dist/source/latex/lastpage/lastpage.dtx @@ -1,9 +1,9 @@ % \iffalse meta-comment % % lastpage package -% file version: v1.2e -% file date: 2010/09/12 -% documentation date: 2010/09/12 +% file version: v1.2f +% file date: 2010/09/24 +% documentation date: 2010/09/24 % % Copyright (C) 2010 H.-Martin M\"{u}nch (Martin dot Muench at Uni-Bonn dot de) % Portions of code copyrighted by other people as marked. @@ -77,10 +77,10 @@ % Installation: % ! First, please make sure that there is no old version of ! % ! lastpage at some obsolete place in your system. ! -% TDS:tex/latex/muench/lastpage/lastpage.sty -% TDS:doc/latex/muench/lastpage/lastpage.pdf -% TDS:doc/latex/muench/lastpage/lastpage-example.tex -% TDS:source/latex/muench/lastpage/lastpage.dtx +% TDS:tex/latex/lastpage/lastpage.sty +% TDS:doc/latex/lastpage/lastpage.pdf +% TDS:doc/latex/lastpage/lastpage-example.tex +% TDS:source/latex/lastpage/lastpage.dtx % %<*ignore> \begingroup @@ -97,7 +97,7 @@ \obeyspaces \Msg{******************************************************} \Msg{* Installation *} -\Msg{* Package: lastpage v1.2e 2010/09/12 LaTeX2e package *} +\Msg{* Package: lastpage v1.2f 2010/09/24 LaTeX2e package *} \Msg{* Refers to last page's name (HMM) *} \Msg{******************************************************} @@ -154,10 +154,10 @@ and the derived files \file{lastpage.ins}{\from{lastpage.dtx}{install}}% \file{lastpage.drv}{\from{lastpage.dtx}{driver}}% \file{ltxdoc.cfg}{\from{lastpage.dtx}{ltxdoc}}% - \usedir{tex/latex/muench/lastpage}% + \usedir{tex/latex/lastpage}% \file{lastpage209.sty}{\from{lastpage.dtx}{lastpage209}}% \file{lastpage.sty}{\from{lastpage.dtx}{package}}% - \usedir{doc/latex/muench/lastpage}% + \usedir{doc/latex/lastpage}% \file{lastpage-example.tex}{\from{lastpage.dtx}{example}}% } @@ -203,7 +203,7 @@ and the derived files % \begin{macrocode} %<*driver> \NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesFile{lastpage.drv}[2010/09/12 v1.2e +\ProvidesFile{lastpage.drv}[2010/09/24 v1.2f Refers to last page's name (HMM)]% \documentclass{ltxdoc}[2007/11/11]% v2.0u \usepackage{holtxdoc}[2010/04/18]% v0.18 @@ -214,7 +214,7 @@ and the derived files %% recent version). %% Warning: holtxdoc, 2010/04/24 v0.19, requires the packages %% hypdoc, 2010/03/26, v1.9 -%% hyperref, 2010/03/30, v6.80u (latest: 2010/06/18 v6.81g) +%% hyperref, 2010/03/30, v6.80u (latest: 2010/09/13 v6.81n) %% pdftexcmds, 2010/04/01, v0.9 %% ltxcmds, 2010/03/09, v1.4 (latest: 2010/04/26, v1.7) %% hologo, 2010/04/24, v1.2 @@ -373,13 +373,13 @@ and the derived files % \DoNotIndex{\makeatletter,\makeatother,\mathord,\normalsize,\rm,\fancyhdr} % % \title{The \textsf{lastpage} package\footnote{This file% -% has version number v1.2e, last% -% revised 2010/09/12, documentation dated 2010/09/12.}} +% has version number v1.2f, last% +% revised 2010/09/24, documentation dated 2010/09/24.}} % \author{invented by Jeffrey P. Goldberg\\ % (\texttt{jeffrey+news at goldmark dot org})\\ % now maintained by H.-Martin M\"{u}nch\\ % (\texttt{Martin dot Muench at Uni-Bonn dot de})} -% \date{2010/09/12} +% \date{2010/09/24} % % \maketitle % @@ -831,7 +831,7 @@ and the derived files %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[draft]{showkeys}[2007/08/07]% v3.15 %% Use final instead of draft to hide the keys. %% -\usepackage{hyperref}[2010/06/18]% v6.81g +\usepackage{hyperref}[2010/09/13]% v6.81n \hypersetup{% extension=pdf,% plainpages=false,% @@ -847,7 +847,7 @@ and the derived files pdfpagelayout=SinglePage% } %% If you disable hyperref, you must also remove the one \href in this example. -\usepackage{lastpage}[2010/09/12]% v1.2e +\usepackage{lastpage}[2010/09/24]% v1.2f \makeatletter \renewcommand{\@evenfoot}% {\normalsize\slshape \today\hfil \upshape page {\thepage} of \pageref{LastPage}} @@ -862,7 +862,7 @@ and the derived files \markboth{Example for lastpage}{Example for lastpage} This example demonstrates the use of package\newline -\textsf{lastpage}, v1.2e as of 2010/09/12 (HMM; JPG).\newline +\textsf{lastpage}, v1.2f as of 2010/09/24 (HMM; JPG).\newline The package takes no options.\newline For more details please see the documentation!\newline @@ -952,7 +952,7 @@ I do NOT think, that it is necessary to print THIS file, really\newline % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesPackage{lastpage}[2010/09/12 v1.2e +\ProvidesPackage{lastpage}[2010/09/24 v1.2f Refers to last page's name (HMM; JPG)]% % \end{macrocode} @@ -1028,7 +1028,7 @@ I do NOT think, that it is necessary to print THIS file, really\newline Therefore the lastpage package is no longer necessary.\MessageBreak% }% \gdef\lastpage@LTS{1}% - \@ifpackagelater{pagesLTS}{2010/09/11}{% 2010/09/12 v1.1j + \@ifpackagelater{pagesLTS}{2010/09/21}{% 2010/09/22 v1.1k }{% \PackageWarning{lastpage}{Outdated version of pagesLTS package found.\MessageBreak% For a recent version, see e.g. at\MessageBreak% @@ -1323,12 +1323,12 @@ I do NOT think, that it is necessary to print THIS file, really\newline % \begin{description} % \item[-] \TeX Format \LaTeXe, 1994/06/01, v2$\varepsilon $, \CTAN{} % -% \item[-] package \textsf{lastpage}, 2010/09/12, v1.2e,\\ +% \item[-] package \textsf{lastpage}, 2010/09/24, v1.2f,\\ % \CTAN{macros/latex/contrib/lastpage/lastpage.dtx} % \end{description} % and can use % \begin{description} -% \item[-] package \textsf{hyperref}, 2010/06/18, v6.81g,\\ +% \item[-] package \textsf{hyperref}, 2010/09/13, v6.81n,\\ % \CTAN{macros/latex/contrib/hyperref.zip} % \end{description} % @@ -1338,7 +1338,7 @@ I do NOT think, that it is necessary to print THIS file, really\newline % \begin{description} % \item[-] \TeX Format \LaTeX, v2.09 % -% \item[-] package \textsf{lastpage209}, 2010/09/12, v1.2e, included in \\ +% \item[-] package \textsf{lastpage209}, 2010/09/24, v1.2f, included in \\ % \CTAN{macros/latex/contrib/lastpage/lastpage.dtx}% % \end{description} % and does not work with \textsf{hyperref}, which needs \LaTeX2e.\\ @@ -1347,7 +1347,7 @@ I do NOT think, that it is necessary to print THIS file, really\newline % The |lastpage-example.tex| requires the same file as all % documents using the \textsf{lastpage} package, i.\,e. % \begin{description} -% \item[-] package \textsf{lastpage}, 2010/09/12, v1.2e,\\ +% \item[-] package \textsf{lastpage}, 2010/09/24, v1.2f,\\ % \CTAN{macros/latex/contrib/pagesLTS/pagesLTS.dtx}\\ % (Well, it is the example file for this package, and because you are reading the % documentation for the \textsf{lastpage} package, it can be assumed that you already @@ -1361,7 +1361,7 @@ I do NOT think, that it is necessary to print THIS file, really\newline % \item[-] package \textsf{showkeys}, 2007/08/07, v3.15,\\ % \CTAN{macros/latex/required/tools/showkeys.dtx} % -% \item[-] package \textsf{hyperref}, 2010/06/18, v6.81g,\\ +% \item[-] package \textsf{hyperref}, 2010/09/13, v6.81n,\\ % \CTAN{macros/latex/contrib/hyperref.zip} % \end{description} % @@ -1428,7 +1428,7 @@ I do NOT think, that it is necessary to print THIS file, really\newline % \textbf{Warning}: holtxdoc, 2010/04/24 v0.19, requires the packages % \begin{description} % \item[-] hypdoc, 2010/03/26, v1.9 -% \item[-] hyperref, 2010/03/30, v6.80u (latest: 2010/06/18, v6.81g) +% \item[-] hyperref, 2010/03/30, v6.80u (latest: 2010/09/13, v6.81n) % \item[-] pdftexcmds, 2010/04/01, v0.9 % \item[-] ltxcmds, 2010/03/09, v1.4 (latest: 2010/04/26, v1.7) % \item[-] hologo, 2010/04/24, v1.2 @@ -1451,7 +1451,7 @@ I do NOT think, that it is necessary to print THIS file, really\newline % That package allows to \textquotedblleft hide\textquotedblright\ some (hyperlinked) % text when printing the document while keeping the layout. % -% \item[lastpage] 2010/09/12, v1.2e, \CTAN{macros/latex/contrib/lastpage/lastpage.dtx} and +% \item[lastpage] 2010/09/24, v1.2f, \CTAN{macros/latex/contrib/lastpage/lastpage.dtx} and % \CTAN{install/macros/latex/contrib/lastpage.tds.zip}\\ % The package described in this very documentation:\\ % This package allows to refer to the (maybe not so) last page. @@ -1459,7 +1459,7 @@ I do NOT think, that it is necessary to print THIS file, really\newline % The \textsf{pagesLTS} package is much more mighty, but needs more resources % (e.\,g.~new counters). % -% \item[pagesLTS] 2010/09/12, v1.1j, \CTAN{macros/latex/contrib/pagesLTS/pagesLTS.dtx} and +% \item[pagesLTS] 2010/09/22, v1.1k, \CTAN{macros/latex/contrib/pagesLTS/pagesLTS.dtx} and % \CTAN{install/macros/latex/contrib/pagesLTS.tds.zip}\\ % That package allows to refer to the (very) last page, gives the total number of % pages, references to special pages, facilitates the use of nearly any pagenumbering @@ -1538,11 +1538,11 @@ I do NOT think, that it is necessary to print THIS file, really\newline % \begin{quote} % \def\t{^^A % \begin{tabular}{@{}>{\ttfamily}l@{ $\rightarrow$ }>{\ttfamily}l@{}} -% lastpage.sty & tex/latex/muench/lastpage.sty\\ -% lastpage.pdf & doc/latex/muench/lastpage.pdf\\ -% lastpage-example.tex & doc/latex/muench/lastpage-example.tex\\ -% lastpage-example.pdf & doc/latex/muench/lastpage-example.pdf\\ -% lastpage.dtx & source/latex/muench/lastpage.dtx\\ +% lastpage.sty & tex/latex/lastpage.sty\\ +% lastpage.pdf & doc/latex/lastpage.pdf\\ +% lastpage-example.tex & doc/latex/lastpage-example.tex\\ +% lastpage-example.pdf & doc/latex/lastpage-example.pdf\\ +% lastpage.dtx & source/latex/lastpage.dtx\\ % lastpage209.sty & tex/latex/lastpage209.sty for \LaTeX209\\ % \end{tabular}^^A % }^^A @@ -1705,8 +1705,8 @@ I do NOT think, that it is necessary to print THIS file, really\newline % \end{verbatim} % and then the \textsf{hyperref} package and the \textsf{revtex4} class % even redefine\\ -% |\lastpage@putlabel| (at least \textsf{hyperref} version 2010/06/18, v6.81g, -% and REV\TeX4\ version 2009/10/08, v4.1g, still do this). +% |\lastpage@putlabel| (at least \textsf{hyperref} version 2010/09/13, v6.81n, +% and REV\TeX4\ version 2010/07/25, v4.1r, still do this). % \end{Version} % \begin{Version}{2010/02/18 v1.1} % \item Proposed |LastPages| label by H.-Martin M\"{u}nch @@ -1770,6 +1770,15 @@ I do NOT think, that it is necessary to print THIS file, really\newline % \item The recent version of the Adobe Reader is 9.3.4. % \item Diverse small changes. % \end{Version} +% \begin{Version}{2010/09/24 v1.2f} +% \item Updated to version 2010/09/13 v6.81n of the \textsf{hyperref} package. +% \item New version of REV\TeX4\ 2010/07/25, v4.1r, old problem. +% \item New version of \textsf{pagesLTS} package, 2010/09/22, v1.1k. +% \item Moved the package from \texttt{.../latex/muench/lastpage/...} to\\ +% \texttt{.../latex/lastpage/...}.\\ +% (Please make sure that any old versions of the \textsf{lastpage} package +% are porperly uninstalled from your system.) +% \end{Version} % \end{History} % % % \PrintChanges diff --git a/Master/texmf-dist/source/latex/lastpage/lastpage.ins b/Master/texmf-dist/source/latex/lastpage/lastpage.ins index cf2bc412ba9..37908e8e5f6 100644 --- a/Master/texmf-dist/source/latex/lastpage/lastpage.ins +++ b/Master/texmf-dist/source/latex/lastpage/lastpage.ins @@ -51,7 +51,7 @@ \obeyspaces \Msg{******************************************************} \Msg{* Installation *} -\Msg{* Package: lastpage v1.2e 2010/09/12 LaTeX2e package *} +\Msg{* Package: lastpage v1.2f 2010/09/24 LaTeX2e package *} \Msg{* Refers to last page's name (HMM) *} \Msg{******************************************************} @@ -108,10 +108,10 @@ and the derived files \file{lastpage.ins}{\from{lastpage.dtx}{install}}% \file{lastpage.drv}{\from{lastpage.dtx}{driver}}% \file{ltxdoc.cfg}{\from{lastpage.dtx}{ltxdoc}}% - \usedir{tex/latex/muench/lastpage}% + \usedir{tex/latex/lastpage}% \file{lastpage209.sty}{\from{lastpage.dtx}{lastpage209}}% \file{lastpage.sty}{\from{lastpage.dtx}{package}}% - \usedir{doc/latex/muench/lastpage}% + \usedir{doc/latex/lastpage}% \file{lastpage-example.tex}{\from{lastpage.dtx}{example}}% } diff --git a/Master/texmf-dist/tex/latex/lastpage/lastpage.sty b/Master/texmf-dist/tex/latex/lastpage/lastpage.sty index 5d35acbaadb..344fd5ae0fe 100644 --- a/Master/texmf-dist/tex/latex/lastpage/lastpage.sty +++ b/Master/texmf-dist/tex/latex/lastpage/lastpage.sty @@ -47,7 +47,7 @@ %% lastpage-example.tex, lastpage.pdf. %% \NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesPackage{lastpage}[2010/09/12 v1.2e +\ProvidesPackage{lastpage}[2010/09/24 v1.2f Refers to last page's name (HMM; JPG)]% %% Allows for things like @@ -73,7 +73,7 @@ Therefore the lastpage package is no longer necessary.\MessageBreak% }% \gdef\lastpage@LTS{1}% - \@ifpackagelater{pagesLTS}{2010/09/11}{% 2010/09/12 v1.1j + \@ifpackagelater{pagesLTS}{2010/09/21}{% 2010/09/22 v1.1k }{% \PackageWarning{lastpage}{Outdated version of pagesLTS package found.\MessageBreak% For a recent version, see e.g. at\MessageBreak% -- cgit v1.2.3