summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/zref.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-04-22 17:14:12 +0000
committerKarl Berry <karl@freefriends.org>2007-04-22 17:14:12 +0000
commit3a0595042f7a56658ecc4a51fe68f2ab4312bc49 (patch)
tree4a9226c3e5b6e27b47ca17b9afc98b5d1d1d7601 /Master/texmf-dist/source/latex/oberdiek/zref.dtx
parent64e0b27d1ebe077904838f130fc85b3b1981df2b (diff)
atbegshi 1.2 (oberdiek 20apr07)
git-svn-id: svn://tug.org/texlive/trunk@4170 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/zref.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/zref.dtx46
1 files changed, 24 insertions, 22 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/zref.dtx b/Master/texmf-dist/source/latex/oberdiek/zref.dtx
index c8e9c2324d9..e5a478e74c8 100644
--- a/Master/texmf-dist/source/latex/oberdiek/zref.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/zref.dtx
@@ -84,7 +84,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: zref 2007/04/06 v1.6 New reference scheme for LaTeX2e (HO)}
+\Msg{* Package: zref 2007/04/06 v1.7 New reference scheme for LaTeX2e (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -166,7 +166,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{zref.drv}%
- [2007/04/06 v1.6 New reference scheme for LaTeX2e (HO)]%
+ [2007/04/06 v1.7 New reference scheme for LaTeX2e (HO)]%
\documentclass{ltxdoc}
\usepackage{holtxdoc}
\begin{document}
@@ -196,7 +196,7 @@ and the derived files
% \GetFileInfo{zref.drv}
%
% \title{The \xpackage{zref} package}
-% \date{2007/04/06 v1.6}
+% \date{2007/04/06 v1.7}
% \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}}
%
% \maketitle
@@ -710,7 +710,7 @@ and the derived files
%
% \subsection{Module \xoption{abspage}}
%
-% With the help of package \xpackage{everyshi} \cite{everyshi}
+% With the help of package \xpackage{atbegshi}
% a new counter |abspage| with absolute page numbers is provided.
% Also a new property |abspage| is defined and added to the
% main property list. Thus you can reference the absolute
@@ -1157,7 +1157,7 @@ the height difference of the two baselines is
%<*package>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref}
- [2007/04/06 v1.6 New reference scheme for LaTeX2e (HO)]%
+ [2007/04/06 v1.7 New reference scheme for LaTeX2e (HO)]%
% \end{macrocode}
%
% \subsubsection{Load basic module}
@@ -1238,7 +1238,7 @@ the height difference of the two baselines is
%<*base>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref-base}%
- [2007/04/06 v1.6 Module base for zref (HO)]%
+ [2007/04/06 v1.7 Module base for zref (HO)]%
% \end{macrocode}
%
% \subsubsection{Utilities}
@@ -1910,7 +1910,7 @@ the height difference of the two baselines is
%<*user>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref-user}%
- [2007/04/06 v1.6 Module user for zref (HO)]%
+ [2007/04/06 v1.7 Module user for zref (HO)]%
\RequirePackage{zref-base}[2007/04/06]
\@ifundefined{ZREF@baseok}{\endinput}{}
% \end{macrocode}
@@ -1985,16 +1985,16 @@ the height difference of the two baselines is
%<*abspage>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref-abspage}%
- [2007/04/06 v1.6 Module abspage for zref (HO)]%
+ [2007/04/06 v1.7 Module abspage for zref (HO)]%
\RequirePackage{zref-base}[2007/04/06]
\@ifundefined{ZREF@baseok}{\endinput}{}
% \end{macrocode}
%
% Module \xoption{abspage} adds a new property \verb|abspage|
% to the \verb|main| property list for absolute page numbers.
-% These are recorded by the help of package \xpackage{everyshi}.
+% These are recorded by the help of package \xpackage{atbegshi}.
% \begin{macrocode}
-\RequirePackage{everyshi}%
+\RequirePackage{atbegshi}%
% \end{macrocode}
% The counter \verb|abspage| must not go in the clear list
% of \verb|@ckpt| that is used to set counters in
@@ -2005,7 +2005,7 @@ the height difference of the two baselines is
\newcounter{abspage}%
\endgroup
\setcounter{abspage}{0}%
-\EveryShipout{%
+\AtBeginShipout{%
\stepcounter{abspage}%
}%
\zref@newprop*{abspage}[0]{\the\c@abspage}%
@@ -2030,7 +2030,7 @@ the height difference of the two baselines is
%<*counter>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref-counter}%
- [2007/04/06 v1.6 Module counter for zref (HO)]%
+ [2007/04/06 v1.7 Module counter for zref (HO)]%
\RequirePackage{zref-base}[2007/04/06]
\@ifundefined{ZREF@baseok}{\endinput}{}
% \end{macrocode}
@@ -2067,7 +2067,7 @@ the height difference of the two baselines is
%<*lastpage>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref-lastpage}%
- [2007/04/06 v1.6 Module lastpage for zref (HO)]%
+ [2007/04/06 v1.7 Module lastpage for zref (HO)]%
\RequirePackage{zref-base}[2007/04/06]
\@ifundefined{ZREF@baseok}{\endinput}{}
% \end{macrocode}
@@ -2101,7 +2101,7 @@ the height difference of the two baselines is
%<*totpages>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref-totpages}%
- [2007/04/06 v1.6 Module totpages for zref (HO)]%
+ [2007/04/06 v1.7 Module totpages for zref (HO)]%
\RequirePackage{zref-base}[2007/04/06]
\@ifundefined{ZREF@baseok}{\endinput}{}
% \end{macrocode}
@@ -2140,7 +2140,7 @@ the height difference of the two baselines is
%<*perpage>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref-perpage}%
- [2007/04/06 v1.6 Module perpage for zref (HO)]%
+ [2007/04/06 v1.7 Module perpage for zref (HO)]%
\RequirePackage{zref-base}[2007/04/06]
\@ifundefined{ZREF@baseok}{\endinput}{}
% \end{macrocode}
@@ -2297,7 +2297,7 @@ the height difference of the two baselines is
%<*titleref>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref-titleref}%
- [2007/04/06 v1.6 Module titleref for zref (HO)]%
+ [2007/04/06 v1.7 Module titleref for zref (HO)]%
\RequirePackage{zref-base}[2007/04/06]
\@ifundefined{ZREF@baseok}{\endinput}{}
% \end{macrocode}
@@ -2593,7 +2593,7 @@ the height difference of the two baselines is
%<*xr>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref-xr}%
- [2007/04/06 v1.6 Module xr for zref (HO)]%
+ [2007/04/06 v1.7 Module xr for zref (HO)]%
\RequirePackage{zref-base}[2007/04/06]
\@ifundefined{ZREF@baseok}{\endinput}{}
% \end{macrocode}
@@ -2937,7 +2937,7 @@ the height difference of the two baselines is
%<*hyperref>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref-hyperref}%
- [2007/04/06 v1.6 Module hyperref for zref (HO)]%
+ [2007/04/06 v1.7 Module hyperref for zref (HO)]%
\RequirePackage{zref-base}[2007/04/06]
\@ifundefined{ZREF@baseok}{\endinput}{}
% \end{macrocode}
@@ -2966,7 +2966,7 @@ the height difference of the two baselines is
%<*savepos>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref-savepos}%
- [2007/04/06 v1.6 Module savepos for zref (HO)]%
+ [2007/04/06 v1.7 Module savepos for zref (HO)]%
\RequirePackage{zref-base}[2007/04/06]
\@ifundefined{ZREF@baseok}{\endinput}{}
% \end{macrocode}
@@ -3072,7 +3072,7 @@ the height difference of the two baselines is
%<*dotfill>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{zref-dotfill}%
- [2007/04/06 v1.6 Module dotfill for zref (HO)]%
+ [2007/04/06 v1.7 Module dotfill for zref (HO)]%
\RequirePackage{zref-base}[2007/04/06]
\@ifundefined{ZREF@baseok}{\endinput}{}
% \end{macrocode}
@@ -3306,8 +3306,6 @@ the height difference of the two baselines is
% }
%
% \begin{thebibliography}{99}
-% \bibpackage{everyshi}{Martin Schr\"oder}{2001/05/15 v3.00}
-% {\CTAN{macros/latex/contrib/ms/everyshi.dtx}}
% \bibpackage{footmisc}{Robin Fairbairns}{2004/01/23 v5.3a}
% {\CTAN{macros/latex/contrib/footmisc/footmisc.dtx}}
% \bibpackage{hyperref}{Sebastian Rahtz, Heiko Oberdiek}{2006/08/16 v6.75c}
@@ -3367,6 +3365,10 @@ the height difference of the two baselines is
% \item
% Beamer support for module titleref.
% \end{Version}
+% \begin{Version}{2007/04/17 v1.7}
+% \item
+% Package \xpackage{atbegshi} replaces \xpackage{everyshi}.
+% \end{Version}
% \end{History}
%
% \PrintIndex