diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/makeindx.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/makeindx.dtx | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/base/makeindx.dtx b/Master/texmf-dist/source/latex/base/makeindx.dtx index 86588be44d0..c81944431a8 100644 --- a/Master/texmf-dist/source/latex/base/makeindx.dtx +++ b/Master/texmf-dist/source/latex/base/makeindx.dtx @@ -2,33 +2,33 @@ % % Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 % The LaTeX3 Project and any individual authors listed elsewhere -% in this file. -% +% in this file. +% % This file is part of the LaTeX base system. % ------------------------------------------- -% +% % It may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt -% and version 1.3c or later is part of all distributions of LaTeX +% and version 1.3c or later is part of all distributions of LaTeX % version 2005/12/01 or later. -% +% % This file has the LPPL maintenance status "maintained". -% +% % The list of all files belonging to the LaTeX base distribution is % given in the file `manifest.txt'. See also `legal.txt' for additional % information. -% -% The list of derived (unpacked) files belonging to the distribution -% and covered by LPPL is defined by the unpacking scripts (with +% +% The list of derived (unpacked) files belonging to the distribution +% and covered by LPPL is defined by the unpacking scripts (with % extension .ins) which are part of the distribution. -% +% % \fi %\CheckSum{178} %\iffalse -% Copyright (C) 1985 by Leslie Lamport +% Copyright (C) 1985 by Leslie Lamport % Copyright (C) 1994-98 by \LaTeX3 Project and Johannes Braams %\fi % @@ -55,7 +55,7 @@ % Frank Mittelbach\and % Chris Rowley\and % Rainer Sch\"opf} -% +% % \date{1994/11/11} % \maketitle % @@ -72,7 +72,7 @@ % % \DescribeMacro\printindex % This command can be used to include the sorted and formatted -% index in the document. +% index in the document. % % \subsection{Showidx} % @@ -101,7 +101,7 @@ % % The next bit of code contains the documentation driver file for % \TeX{}, i.e., the file that will produce the documentation you are -% currently reading. It can be extracted from this file by the +% currently reading. It can be extracted from this file by the % {\sc docstrip} program. % \begin{macrocode} %<*driver> @@ -163,7 +163,7 @@ % This package is for documents prepared in the English language. % To prepare a version for another language, various English words % must be replaced. All the English words that require replacement -% are% defined below in command names. +% are% defined below in command names. % \changes{1.0g}{1994/03/07}{Replaced \cs{newcommand} by \cs{providecommand}.} % \begin{macrocode} \providecommand\seename{see} @@ -267,7 +267,7 @@ % \begin{macrocode} \renewcommand\raggedbottom{\def\@textbottom{\vskip \z@ plus.0001fil}\let\@texttop\@mkidx} -\renewcommand\flushbottom{\let\@textbottom\relax +\renewcommand\flushbottom{\let\@textbottom\relax \let\@texttop\@mkidx} % \end{macrocode} % \end{macro} @@ -302,7 +302,7 @@ % To make this work we have to execute either |\raggedbottom| or % |\flushbottom|. Assuming this package is used most often with the % document classes \texttt{report} and \texttt{book}, we execute -% |\flushbottom|. +% |\flushbottom|. % \begin{macrocode} \flushbottom %</showidx> |