diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-26 23:30:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-26 23:30:06 +0000 |
commit | 9a032296aec6ef5b4ac4bb94209873531040284f (patch) | |
tree | 185ff5001a4624653e7264244b52edfe78bd705e /Master/texmf-dist/source/latex/oberdiek/atveryend.dtx | |
parent | a0ee1be019cc1fb6421bf81cc552cfb85ac9fa13 (diff) |
oberdiek update (26mar10)
git-svn-id: svn://tug.org/texlive/trunk@17570 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/atveryend.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/atveryend.dtx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/atveryend.dtx b/Master/texmf-dist/source/latex/oberdiek/atveryend.dtx index a29cb91a39d..bf12ff3b168 100644 --- a/Master/texmf-dist/source/latex/oberdiek/atveryend.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/atveryend.dtx @@ -185,9 +185,9 @@ and the derived files % This \LaTeX\ package provides two hooks for \verb|\end{document}| % that are executed after the hook of \cs{AtEndDocument}. % \cs{AfterLastShipout} can be used for code that is to be executed -% right after the last \cs{clearpage} before the \xext{.aux} file +% right after the last \cs{clearpage} before the \xext{aux} file % is closed. \cs{AtVeryEndDocument} is used for code after closing -% and final reading of the \xext{.aux} file. +% and final reading of the \xext{aux} file. % \end{abstract} % % \tableofcontents @@ -223,12 +223,12 @@ and the derived files % \begin{declcs}{AfterLastShipout} \M{code} % \end{declcs} % The code is called after the final \cs{clearpage} of \cs{enddocument} -% before the main \xext{.aux} file is closed. This is the right place -% to remember the last page in the \xext{.aux} file, for instance. +% before the main \xext{aux} file is closed. This is the right place +% to remember the last page in the \xext{aux} file, for instance. % % \begin{declcs}{AtVeryEndDocument} \M{code} % \end{declcs} -% The code is called after the \xext{.aux} file is closed and read in again. +% The code is called after the \xext{aux} file is closed and read in again. % It is the place for final checks, rerun hints, final messages. % % \subsection{Related work} @@ -809,7 +809,7 @@ and the derived files % a precondition of this package that the \cs{clearpage} in % \cs{enddocument} is the final call with no material at % later times. Therefore we move the label making -% from the \xext{.aux} file to \cs{AtEndDocument}. +% from the \xext{aux} file to \cs{AtEndDocument}. % \begin{macrocode} \def\AtVeryEnd@temp{% \AtBeginDocument{% |