summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/atveryend.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/atveryend.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/atveryend.dtx12
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{%