summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltmath.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/ltmath.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/ltmath.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltmath.dtx56
1 files changed, 28 insertions, 28 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltmath.dtx b/Master/texmf-dist/source/latex/base/ltmath.dtx
index 420c7b287ff..8f776d71c9a 100644
--- a/Master/texmf-dist/source/latex/base/ltmath.dtx
+++ b/Master/texmf-dist/source/latex/base/ltmath.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
% \iffalse
%%% From File: ltmath.dtx
@@ -68,7 +68,7 @@
% \cs{@ignoretrue} in various places.}
% \changes{v1.1c}{1998/08/17}{(RmS) Minor documentation fixes.}
% \changes{v1.1g}{2005/11/10}{(MH) Minor documentation fixes.}
-%
+%
% \section{Math setup}
%
% This file contains a lot of the original plain \TeX{} code, as well
@@ -204,7 +204,7 @@
\interdisplaylinepenalty=100
% \end{macrocode}
% \end{macro}
-%
+%
% \begin{macro}{\choose}
% \begin{macrocode}
\def\choose{\atopwithdelims()}
@@ -524,10 +524,10 @@
%
%
% \changes{v1.0m}{1994/10/29}{ASAJ: Removed \cs{dag}, \cs{ddag}.}
-% \changes{v1.0m}{1994/10/29}{ASAJ: Renamed \cs{S} and \cs{P} to
-% \cs{mathsection} and \cs{mathparagraph} and made them
-% \cs{mathchardef}s.}
-% \changes{v1.0m}{1994/10/29}{ASAJ: Added \cs{mathellipsis},
+% \changes{v1.0m}{1994/10/29}{ASAJ: Renamed \cs{S} and \cs{P} to
+% \cs{mathsection} and \cs{mathparagraph} and made them
+% \cs{mathchardef}s.}
+% \changes{v1.0m}{1994/10/29}{ASAJ: Added \cs{mathellipsis},
% \cs{mathdollar} and \cs{mathsterling}.}
% \changes{v1.0n}{1994/10/30}{ASAJ: Moved the new commands to ltoutenc.}
%
@@ -550,7 +550,7 @@
% \changes{v1.1g}{2005/11/10}
% {(MH) Fixed potential problem in \cs{[} (pr/3399).}
% \begin{macro}{\]}
-% Produces |$$...$$| with checks that |\[| isn't used in math mode,
+% Produces |$$...$$| with checks that |\[| isn't used in math mode,
% and that |\]| is only used in math mode begun with |\]|.
% \begin{macrocode}
\def\[{%
@@ -558,7 +558,7 @@
\@badmath
\else
\ifvmode
- \nointerlineskip
+ \nointerlineskip
\makebox[.6\linewidth]{}%
\fi
$$%%$$ BRACE MATCH HACK
@@ -575,7 +575,7 @@
$$%%$$ BRACE MATCH HACK
\fi
\else
- \@badmath
+ \@badmath
\fi
\ignorespaces
}
@@ -601,7 +601,7 @@
%
% \begin{environment}{equation}
% \changes{LaTeX2.09}{1992/01/10}{RmS: put \cs{hbox} around \cs{@eqnnum}
-% to typeset the equation number in text mode
+% to typeset the equation number in text mode
% (as in the eqnarray env.)}
% \begin{macro}{\c@equation}
% Numbered equations, using the counter |\c@equation|.
@@ -657,7 +657,7 @@
% \begin{macro}{\sqrt}
% \changes{v1.0y}{1995/10/16}{(DPC) Make robust /1808}
% \begin{macro}{\@sqrt}
-% Add an optional argument to plain's |\sqrt| to give the $n$th root
+% Add an optional argument to plain's |\sqrt| to give the $n$th root
% of an expression $\sqrt[n]{e}$.
% \changes{v1.0r}{1995/05/21}{Use \cs{sqrtsign}}
% \begin{macrocode}
@@ -670,7 +670,7 @@
% \changes{LaTeX2.09}{1985/11/04}{produce warning message if line
% extends into margin. Doesn't warn about formula
% overprinting equation number.}
-% \changes{LaTeX2.09}{1993/11/02}{RmS:
+% \changes{LaTeX2.09}{1993/11/02}{RmS:
% Corrected description of \cs{@eqnsel}, moved \cs{@eqnsel}
% accordingly and removed extra \cs{tabskip} assignment.}
% \changes{LaTeX2e}{1993/11/03}{RmS: Initialized \cs{everycr} to empty}
@@ -709,7 +709,7 @@
$$\everycr{}\halign to\displaywidth\bgroup
\hskip\@centering$\displaystyle\tabskip\z@skip{##}$\@eqnsel
&\global\@eqcnt\@ne\hskip \tw@\arraycolsep \hfil${##}$\hfil
- &\global\@eqcnt\tw@ \hskip \tw@\arraycolsep
+ &\global\@eqcnt\tw@ \hskip \tw@\arraycolsep
$\displaystyle{##}$\hfil\tabskip\@centering
&\global\@eqcnt\thr@@ \hb@xt@\z@\bgroup\hss##\egroup
\tabskip\z@skip
@@ -741,7 +741,7 @@
\def\nonumber{\global\@eqnswfalse}
% \end{macrocode}
% \end{macro}
-%
+%
% \begin{macro}{\@eqncr}
% \begin{macro}{\@xeqncr}
% \begin{macro}{\@yeqncr}
@@ -816,7 +816,7 @@
%
% \begin{macro}{\ensuremath}
% In math mode, |\ensuremath{text}| is equivalent to text; in LR or
-% paragraph mode, it is equivalent to |$|text|$|.
+% paragraph mode, it is equivalent to |$|text|$|.
% |\relax| is not needed
% in front of the |\ifmmode| as |\protect| will be |\let| to |\relax|.
% This version (due to Donald Arseneau) avoids duplicating its
@@ -828,11 +828,11 @@
% Leslie's book}
% \changes{v1.1a}{1996/03/25}{Reimplement for amslatex/2104}
% \begin{macrocode}
-\DeclareRobustCommand{\ensuremath}{%
+\DeclareRobustCommand{\ensuremath}{%
\ifmmode
\expandafter\@firstofone
\else
- \expandafter\@ensuredmath
+ \expandafter\@ensuredmath
\fi}
% \end{macrocode}
% \end{macro}
@@ -882,7 +882,7 @@
%
% To get the displayed math environments to print the contents
% flush left (with an indentation) we have to redefine all of
-% \LaTeXe's displayed math environments.
+% \LaTeXe's displayed math environments.
%
% \begin{macro}{\mathindent}
% The amount of indentation of the equations is stored in a register.