diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/tools/afterpage.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/tools/afterpage.dtx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/tools/afterpage.dtx b/Master/texmf-dist/source/latex/tools/afterpage.dtx index 1e99345a86d..932ce59b072 100644 --- a/Master/texmf-dist/source/latex/tools/afterpage.dtx +++ b/Master/texmf-dist/source/latex/tools/afterpage.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % -% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 -% 2006 2008 2009 +% Copyright 1993-2014 +% % The LaTeX3 Project and any individual authors listed elsewhere % in this file. % @@ -25,7 +25,7 @@ % %<package>\NeedsTeXFormat{LaTeX2e} %<package>\ProvidesPackage{afterpage} -%<package> [1995/10/27 v1.08 After-Page Package (DPC)] +%<package> [2014/10/28 v1.08 After-Page Package (DPC)] % %<*driver> \documentclass{ltxdoc} @@ -60,7 +60,7 @@ % \CheckSum{269} % % This package implements a command, |\afterpage|, that causes the -% commands specified in its argument to be expanded after the curent +% commands specified in its argument to be expanded after the current % page is output.\footnote{This is really a pre-release, to see whether % people like the idea of a command like this. This implementation is % \emph{not} particularly robust. This implementation does not work in @@ -96,7 +96,7 @@ % use one of:\\ % |\afterpage{\clearpage\input{ltfile}}|\\ % |\afterpage{\clearpage\input{ltfile}\clearpage}|.\\ -% The first form lets text apear on the same page as the end of the +% The first form lets text appear on the same page as the end of the % longtable, the second ensures that the surrounding text starts again % on a new page. % \end{enumerate} @@ -157,7 +157,7 @@ \par \else % \end{macrocode} -% The remaining (even worse) possibility that the ouput routine +% The remaining (even worse) possibility that the output routine % was triggered by the start of displaymath within a paragraph. % % Come out of displaymath with |$$|, then adjust the spacing (getting @@ -323,7 +323,7 @@ % \begin{macrocode} \def\addboxcontents#1{{% % \end{macrocode} -% Perhaps I shouldnt use grouping here, as I probably don't really want +% Perhaps I shouldn't use grouping here, as I probably don't really want % to save |#1|. If it is removed, |\splittopskip| and |\splitmaxdepth| % would need to be restored by hand. % |