diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltmiscen.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltmiscen.dtx | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltmiscen.dtx b/Master/texmf-dist/source/latex/base/ltmiscen.dtx index a040b11e1e4..43cff8d5260 100644 --- a/Master/texmf-dist/source/latex/base/ltmiscen.dtx +++ b/Master/texmf-dist/source/latex/base/ltmiscen.dtx @@ -2,29 +2,29 @@ % % Copyright 1993-2010 % 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 % \iffalse %%% From File: ltmiscen.dtx @@ -74,7 +74,7 @@ % \changes{v1.1g}{1998/08/17}{(RmS) Minor documentation fixes.} % % \section{Miscellaneous Environments} -% This section implements the basic environment mechanism, and also +% This section implements the basic environment mechanism, and also % a few specific environments including |document|, The math % environments and related commands, the `flushing' environments, % (|center|, |flushleft|, |flushright|), and |verbatim|. @@ -98,7 +98,7 @@ % |\endgroup|. Otherwise, |\end{foo}| does nothing. % % If |\end{foo}| needs to ignore blanks after it, then |\endfoo| should -% globally set the |@ignore| switch true with |\@ignoretrue| +% globally set the |@ignore| switch true with |\@ignoretrue| % (this will automatically be global). % % @@ -119,7 +119,7 @@ % if G@refundefined = true % then LaTeX Warning: 'There are undefined references.' fi % if @multiplelabels = true -% then LaTeX Warning: +% then LaTeX Warning: % 'One or more label(s) multiply defined.' % else % \@setckpt {ARG1}{ARG2} == null @@ -177,7 +177,7 @@ % \begin{macro}{\ignorespacesafterend} % \changes{v1.1e}{1996/07/26}{user level macro added} % \begin{macrocode} -\let\ignorespacesafterend\@ignoretrue +\let\ignorespacesafterend\@ignoretrue % \end{macrocode} % \end{macro} % @@ -186,7 +186,7 @@ % {Changed redefinition of \cs{global} to redefinition % of \cs{@setckpt}.} % \changes{LaTeX2.09}{1993/09/08} -% {Added warning in case of undefined references.}% +% {Added warning in case of undefined references.}% % \changes{v0.9e}{1993/12/09}{Hook added} % \begin{macrocode} \def\enddocument{% @@ -197,7 +197,7 @@ % the whole document effectively starts and ends with some special % environment. However, this must be used with care, eg if two % applications would use this without knowledge of each other the -% order of the environments will be wrong after all. +% order of the environments will be wrong after all. % |\AtEndDocument| is redefined % at this point so that and such commands that get into the hook do % not chase their tail\ldots @@ -230,7 +230,7 @@ % We use |\@@input| to load the \texttt{.aux} file, so that it doesn't % show up in the list of files produced by |\listfiles|. % \begin{macrocode} - \@tempswafalse + \@tempswafalse \makeatletter \@@input\jobname.aux \fi % \end{macrocode} @@ -274,9 +274,9 @@ % since a rerun will not solve that problem (unless one uses a % package like \texttt{varioref} that generates labels on the fly), % we suppress this message. -% \changes{v1.0e}{1994/04/20}{Changed logic for producing +% \changes{v1.0e}{1994/04/20}{Changed logic for producing % warning messages} -% \changes{v1.1b}{1995/10/24}{Changed logic for producing +% \changes{v1.1b}{1995/10/24}{Changed logic for producing % warning messages and removed switch} % \begin{macrocode} \if@filesw @@ -286,7 +286,7 @@ Rerun to get cross-references right}% \fi \else - \@multiplelabels + \@multiplelabels \fi \fi \endgroup @@ -339,7 +339,7 @@ % \begin{NAME} == % BEGIN % IF \NAME undefined THEN \reserved@a == BEGIN report error END -% ELSE \reserved@a == +% ELSE \reserved@a == % (\@currenvir :=L NAME) \NAME % FI % @ignore :=G F %% Added 30 Nov 88 @@ -377,8 +377,8 @@ % \begin{macro}{\begin} % \changes{LaTeX2.09}{1992/03/18}{Changed \cs{@ignoretrue} to % \cs{@ignorefalse} (as documented)} -% \changes{LaTeX2.09}{1992/08/24}{Added code to \cs{begin} to -% remember line number. Used by \cs{@badend} to display +% \changes{LaTeX2.09}{1992/08/24}{Added code to \cs{begin} to +% remember line number. Used by \cs{@badend} to display % position of non-matching \cs{begin}.} % \changes{v1.1e}{1996/07/26}{remove \cs{global} before \cs{@ignore...}} % \begin{macrocode} @@ -388,7 +388,7 @@ {\def\reserved@a{\def\@currenvir{#1}% \edef\@currenvline{\on@line}% \csname #1\endcsname}}% - \@ignorefalse + \@ignorefalse \begingroup\@endpefalse\reserved@a} % \end{macrocode} % \end{macro} @@ -449,7 +449,7 @@ % % \raggedright has a more universal effect, however. It sets % \@rightskip := flushglue. Every environment, like the list -% environments, +% environments, % that set \rightskip to its 'normal' value set it to \@rightskip % % \end{oldcomments} @@ -562,7 +562,7 @@ % The verbatim environment uses the fixed-width |\ttfamily| font, turns % blanks into spaces, starts a new line for each carrige return (or % sequence of consecutive carriage returns), and interprets -% \emph{every} character literally. +% \emph{every} character literally. % I.e., all special characters |\, {, $|, etc. % are |\catcode|'d to 'other'. % @@ -599,7 +599,7 @@ % \end{macro} % % \begin{macro}{\@verbatim} -% \changes{LaTeX2.09}{1991/07/24}{Added \cs{penalty}\cs{interlinepenalty} +% \changes{LaTeX2.09}{1991/07/24}{Added \cs{penalty}\cs{interlinepenalty} % to definition of \cs{par} so that \cs{samepage} works} % \changes{v0.9h}{1993/12/13}{Removed optional argument of \cs{item}} % Real start of verbatim environment @@ -609,7 +609,7 @@ % \changes{v1.0b}{1994/03/16} % {Remove \cs{global}\cs{@inlabelfalse} again.} % \begin{macrocode} -\def\@verbatim{\trivlist \item\relax +\def\@verbatim{\trivlist \item\relax \if@minipage\else\vskip\parskip\fi \leftskip\@totalleftmargin\rightskip\z@skip \parindent\z@\parfillskip\@flushglue\parskip\z@skip @@ -621,7 +621,7 @@ % {Only add \cs{penalty} if in hmode} % \begin{macrocode} \@@par - \@tempswafalse + \@tempswafalse \def\par{% \if@tempswa % \end{macrocode} @@ -655,7 +655,7 @@ } % \end{macrocode} % \end{macro} -% +% % \begin{macro}{\verbatim} % \begin{macro}{\endverbatim} % (RmS 93/09/19) Protected against `missing item' error message @@ -671,7 +671,7 @@ % \changes{v0.9a}{1993/11/21}{Macro added} % Macro to select the font used for verbatim typesetting. % It also does other work if necessary for the font used. -% \changes{v0.9s}{1994/01/21}{Removed unnecessary category code +% \changes{v0.9s}{1994/01/21}{Removed unnecessary category code % hackery.} % \begin{macrocode} \def\verbatim@font{\normalfont\ttfamily} @@ -720,7 +720,7 @@ % % \begin{macro}{\verb} % \changes{LaTeX2.09}{1992/08/24} -% {Changed \cs{verb} and \cs{@sverb} to work correctly +% {Changed \cs{verb} and \cs{@sverb} to work correctly % in math mode} % \changes{v0.9a}{1993/11/21}{Use \cs{verbatim@font} instead of % \cs{tt}.} @@ -746,7 +746,7 @@ % Definitions of |\@sverb| and |\@verb| changed so |\verb+ foo+| % does not lose leading blanks when it comes at the beginning of a line. % Change made 24 May 89. Suggested by Frank Mittelbach and Rainer -% Sch\"opf. +% Sch\"opf. % % \begin{macrocode} \def\@sverb#1{% @@ -773,7 +773,7 @@ % \end{macrocode} % \end{macro} % -% \begin{macro}{\do@noligs} +% \begin{macro}{\do@noligs} % \begin{macrocode} \def\do@noligs#1{% \catcode`#1\active |