summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/classes.dtx
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2014-05-08 05:45:04 +0000
committerNorbert Preining <preining@logic.at>2014-05-08 05:45:04 +0000
commitf8a7af47d643e11841911d1d6d7bcfad29af5a87 (patch)
tree254bbe12bb0c851f2dfb85aa2449b5fa176652a1 /Master/texmf-dist/source/latex/base/classes.dtx
parent4775c8ca9e258cf67c7c0bd7bce8234d12e7b449 (diff)
latex 2e release (7May)
git-svn-id: svn://tug.org/texlive/trunk@33913 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/classes.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/classes.dtx92
1 files changed, 46 insertions, 46 deletions
diff --git a/Master/texmf-dist/source/latex/base/classes.dtx b/Master/texmf-dist/source/latex/base/classes.dtx
index 0d5411aa9ba..e9a6ca5e37c 100644
--- a/Master/texmf-dist/source/latex/base/classes.dtx
+++ b/Master/texmf-dist/source/latex/base/classes.dtx
@@ -2,29 +2,29 @@
%
% 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{2976}
%% \CharacterTable
@@ -78,7 +78,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 will be extracted from this file by the
+% currently reading. It will be extracted from this file by the
% {\sc docstrip} program.
%
% \changes{1.0f}{1993/12/07}{Use class ltxdoc document class}
@@ -190,7 +190,7 @@
% \changes{v1.0j}{1993/12/10}{Use \cs{cmd} in change entries}
% \changes{v1.0k}{1994/01/09}{Removed some typos/bugs}
% \changes{v1.0l}{1994/01/11}{add the extension to the names of the
-% files}
+% files}
% \changes{v1.0l}{1994/01/10}{Changed version numbering; moved leqno
% and fleqn options to an external file.}
% \changes{v1.0n}{1994/01/19}{Removed code for makeidx option and made
@@ -242,7 +242,7 @@
% \maketitle
% \tableofcontents
%
-% \StopEventually{} ^^A
+% \StopEventually{} ^^A
%
% \section{The {\sc docstrip} modules}
%
@@ -424,7 +424,7 @@
%
% \subsection{openright option}
% This option determines whether or not a chapter must start on
-% a right-hand page
+% a right-hand page
% request one.
% \begin{macrocode}
%<!article>\if@compatibility
@@ -819,7 +819,7 @@
% of the size option we do not change them to stay compatible with
% both \LaTeX~2.09 and older releases of \LaTeXe.
% \changes{v1.3n}{1995/10/29}{Added setting the values of
-% \cs{...skipamount}}
+% \cs{...skipamount}}
% \begin{macrocode}
%<*10pt|11pt|12pt>
\setlength\smallskipamount{3\p@ \@plus 1\p@ \@minus 1\p@}
@@ -1200,7 +1200,7 @@
% width except for a `real margin' of white space of width 0.4in.
% A check should perhaps be built in to ensure that the (text)
% margin width does not get too small!
-%
+%
% \changes{v1.1a}{1994/03/12}{New algorithm for \cs{oddsidemargin}}
% \changes{v1.1a}{1994/03/12}{New algorithm for \cs{marginparwidth}}
% \changes{v1.2z}{1995/04/14}{Also take \cs{marginparsep} into account
@@ -1213,7 +1213,7 @@
% For one-sided printing we center the text on the page, by
% calculating the difference between |\textwidth| and
% |\paperwidth|. Half of that difference is than used for
-% the margin (thus |\oddsidemargin| is |1in| less).
+% the margin (thus |\oddsidemargin| is |1in| less).
% \begin{macrocode}
\else
\setlength\@tempdima {\paperwidth}
@@ -1813,7 +1813,7 @@
% \end{macrocode}
% We center the entire title vertically; the centering is set off a
% little by adding a |\vskip|. (In compatibility mode the pagenumber
-% is set to 0 by the titlepage environment to keep the behaviour
+% is set to 0 by the titlepage environment to keep the behaviour
% of \LaTeX\ 2.09 style files.)
% \changes{v1.0g}{1993/12/09}{Removed the setting of the page number,
% when not in compatibility mode}
@@ -2209,7 +2209,7 @@
% \end{macro}
%
% \begin{macro}{\mainmatter}
-% This command clears the page, starts arabic page numbering and
+% This command clears the page, starts arabic page numbering and
% turns on chapter numbering. Since this restarts the page numbering
% from 1, it should also ensure that a recto page is used.
% \changes{v1.3r}{1996/05/26}{Make this command react to the option
@@ -2230,7 +2230,7 @@
% \end{macro}
%
% \begin{macro}{\backmatter}
-% This clears the page, turns off chapter numbering and leaves page
+% This clears the page, turns off chapter numbering and leaves page
% numbering unchanged.
% \begin{macrocode}
\newcommand\backmatter{%
@@ -2706,7 +2706,7 @@
% \changes{v1.0m}{1994/01/12}{Use em instead of pt to remain
% compatible with old styles}
% \changes{v1.3q}{1995/12/20}{Temporary(?) fix: revert to setting
-% \cs{leftmargin} at outer level}
+% \cs{leftmargin} at outer level}
%
% When we are in two column mode some of the margins are set somewhat
% smaller.
@@ -2796,7 +2796,7 @@
% \begin{macro}{\@listI}
% |\@listi| defines the values of
% |\leftmargin|, |\parsep|, |\topsep|, |\itemsep|, etc.\ for the
-% lists that appear on top-level. Its definition is modified by the
+% lists that appear on top-level. Its definition is modified by the
% font-size commands (eg within |\small| the list parameters get
% ``smaller'' values).
%
@@ -2806,17 +2806,17 @@
% \begin{macrocode}
%<*10pt|11pt|12pt>
\def\@listi{\leftmargin\leftmargini
-%<*10pt>
+%<*10pt>
\parsep 4\p@ \@plus2\p@ \@minus\p@
\topsep 8\p@ \@plus2\p@ \@minus4\p@
\itemsep4\p@ \@plus2\p@ \@minus\p@}
-%</10pt>
-%<*11pt>
+%</10pt>
+%<*11pt>
\parsep 4.5\p@ \@plus2\p@ \@minus\p@
\topsep 9\p@ \@plus3\p@ \@minus5\p@
\itemsep4.5\p@ \@plus2\p@ \@minus\p@}
-%</11pt>
-%<*12pt>
+%</11pt>
+%<*12pt>
\parsep 5\p@ \@plus2.5\p@ \@minus\p@
\topsep 10\p@ \@plus4\p@ \@minus6\p@
\itemsep5\p@ \@plus2.5\p@ \@minus\p@}
@@ -2847,15 +2847,15 @@
%<*10pt>
\topsep 4\p@ \@plus2\p@ \@minus\p@
\parsep 2\p@ \@plus\p@ \@minus\p@
-%</10pt>
-%<*11pt>
+%</10pt>
+%<*11pt>
\topsep 4.5\p@ \@plus2\p@ \@minus\p@
\parsep 2\p@ \@plus\p@ \@minus\p@
-%</11pt>
-%<*12pt>
+%</11pt>
+%<*12pt>
\topsep 5\p@ \@plus2.5\p@ \@minus\p@
\parsep 2.5\p@ \@plus\p@ \@minus\p@
-%</12pt>
+%</12pt>
\itemsep \parsep}
\def\@listiii{\leftmargin\leftmarginiii
\labelwidth\leftmarginiii
@@ -3115,7 +3115,7 @@
% back to one at the end. In compatibility mode, it sets the
% page number to zero. This is incorrect since it results in using
% the page parameters for a right-hand page but it is the way it was.
-% In two-column style, it still makes a
+% In two-column style, it still makes a
% one-column page.
%
% \changes{v1.0g}{1993/12/09}{Moved the setting of
@@ -3184,7 +3184,7 @@
% \begin{itemize}
% \item reset the section and subsection counters to zero,
% \item redefine |\thesection| to produce alphabetic appendix
-% numbers. This redefinition is done globally to ensure that it
+% numbers. This redefinition is done globally to ensure that it
% survives even if |\appendix| is issued within an environment such
% as \texttt{multicols}.
% \end{itemize}
@@ -3207,7 +3207,7 @@
% \item redefine the chapter counter to produce appendix numbers,
% \item possibly redefine the |\chapter| command if appendix titles
% and headings are to look different from chapter titles and
-% headings. This redefinition is done globally to ensure that it
+% headings. This redefinition is done globally to ensure that it
% survives even if |\appendix| is issued within an environment such
% as \texttt{multicols}.
% \end{itemize}
@@ -3453,7 +3453,7 @@
%
% \begin{macro}{\c@table}
% First we have to allocate a counter to number the tables.
-%
+%
% In the report and book document classes tables within chapters are
% numbered per chapter.
% \changes{v1.3u}{1996/10/31}{Added test for non-zero chapter number}
@@ -3732,7 +3732,7 @@
%
% \changes{v1.0g}{1993/12/09}{Moved the setting of
% \cs{@restonecolfalse}}
-% \changes{v1.4h}{2007/10/19}{Explain why \cs{@mkboth} is insde the heading
+% \changes{v1.4h}{2007/10/19}{Explain why \cs{@mkboth} is insde the heading
% arg for \cs{tableofcontents} (pr/3285 and pr/3984)}
% \begin{macrocode}
\newcommand\tableofcontents{%
@@ -3800,7 +3800,7 @@
% holds the part number is stored in \LaTeX's scratch register
% |\@tempdima|. Therefore we initialize it there even though we do
% not use |\numberline| internally---the value used is quite large
-% so that something like |\numberline{VIII}| would still work.
+% so that something like |\numberline{VIII}| would still work.
% \changes{v1.4d}{2001/04/21}{Initialize \cs{@tempdima} to some
% sensible value (pr/3327)}
% \begin{macrocode}
@@ -3809,14 +3809,14 @@
% \end{macrocode}
% We set |\parindent| to 0pt and use |\rightskip| to leave
% enough room for the pagenumbers.\footnote{^^A
-% We should really set \cs{rightskip} to \cs{@tocrmarg} instead
-% of \cs{@pnumwidth} (no version of {\LaTeX} ever did this),
+% We should really set \cs{rightskip} to \cs{@tocrmarg} instead
+% of \cs{@pnumwidth} (no version of {\LaTeX} ever did this),
% otherwise the \cs{rightskip} is too small.
-% Unfortunately this can't be changed in {\LaTeXe} as we don't
-% want to create different versions of {\LaTeXe} which produce
+% Unfortunately this can't be changed in {\LaTeXe} as we don't
+% want to create different versions of {\LaTeXe} which produce
% different typset output unless this is absolutely necessary;
% instead we suspend it for \LaTeX3.}
-% To prevent overfull box messages the |\parfillskip| is set to a
+% To prevent overfull box messages the |\parfillskip| is set to a
% negative value.
% \begin{macrocode}
\parindent \z@ \rightskip \@pnumwidth
@@ -3985,7 +3985,7 @@
%
% \changes{v1.0g}{1993/12/09}{Moved the setting of
% \cs{@restonecolfalse}}
-% \changes{v1.4c}{2001/01/06}{Moved \cs{@mkboth} out of heading
+% \changes{v1.4c}{2001/01/06}{Moved \cs{@mkboth} out of heading
% arg (pr/3285)}
% \begin{macrocode}
\newcommand\listoffigures{%
@@ -4021,7 +4021,7 @@
%
% \changes{v1.0g}{1993/12/09}{Moved the setting of
% \cs{@restonecolfalse}}
-% \changes{v1.4c}{2001/01/06}{Moved \cs{@mkboth} out of heading
+% \changes{v1.4c}{2001/01/06}{Moved \cs{@mkboth} out of heading
% arg (pr/3285)}
% \begin{macrocode}
\newcommand\listoftables{%
@@ -4098,7 +4098,7 @@
% The |\@mkboth| was moved out of the heading argument since at
% least in report and book (twocolumn option) there are definitions
% for |\chapter| which would swallow it otherwise.
-% \changes{v1.4c}{2001/01/06}{Moved \cs{@mkboth} out of heading
+% \changes{v1.4c}{2001/01/06}{Moved \cs{@mkboth} out of heading
% arg (pr/3285)}
% \begin{macrocode}
\@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}%