summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltmath.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-08-27 18:16:22 +0000
committerKarl Berry <karl@freefriends.org>2006-08-27 18:16:22 +0000
commit4ab3220f33f1983f5aff7b7253ad229e44c952fe (patch)
treec9d2408cfe8c113537c0031bc7e50bda98a262dc /Master/texmf-dist/source/latex/base/ltmath.dtx
parent6e05e1819838930d7f7e4eb36620d2994a45b97b (diff)
latex core update from latex-tds (27aug06)
git-svn-id: svn://tug.org/texlive/trunk@2043 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.dtx23
1 files changed, 13 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltmath.dtx b/Master/texmf-dist/source/latex/base/ltmath.dtx
index f50778c5826..e16f0d5b097 100644
--- a/Master/texmf-dist/source/latex/base/ltmath.dtx
+++ b/Master/texmf-dist/source/latex/base/ltmath.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004
+% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -8,12 +8,12 @@
% -------------------------------------------
%
% It may be distributed and/or modified under the
-% conditions of the LaTeX Project Public License, either version 1.3
+% 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.3 or later is part of all distributions of LaTeX
-% version 2003/12/01 or later.
+% 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".
%
@@ -38,7 +38,7 @@
%<*driver>
% \fi
\ProvidesFile{ltmath.dtx}
- [1999/10/09 v1.1f LaTeX Kernel (Math Setup)]
+ [2005/11/10 v1.1g LaTeX Kernel (Math Setup)]
% \iffalse
%</driver>
%
@@ -67,7 +67,8 @@
% \changes{v1.1b}{1996/07/26}{Removed \cs{global} before
% \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
@@ -210,7 +211,7 @@
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}{\atopwithdelims}
+% \begin{macro}{\brack}
% \begin{macrocode}
\def\brack{\atopwithdelims[]}
% \end{macrocode}
@@ -223,8 +224,6 @@
% \end{macro}
%
% \begin{macro}{\mathpalette}
-% \changes{v1.0r}{1995/05/21}{Use \cs{sqrtsign} instead of
-% \cs{sqrt}}
% \begin{macrocode}
\def\mathpalette#1#2{%
\mathchoice
@@ -241,6 +240,8 @@
% plain \TeX\ definition /2359}
% \begin{macro}{\rootbox}
% \begin{macro}{\r@@t}
+% \changes{v1.0r}{1995/05/21}{Use \cs{sqrtsign} instead of
+% \cs{sqrt}}
% \begin{macrocode}
\newbox\rootbox
% \end{macrocode}
@@ -546,6 +547,8 @@
% \end{macro}
%
% \begin{macro}{\[}
+% \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,
% and that |\]| is only used in math mode begun with |\]|.
@@ -556,7 +559,7 @@
\else
\ifvmode
\nointerlineskip
- \makebox[.6\linewidth]%
+ \makebox[.6\linewidth]{}%
\fi
$$%%$$ BRACE MATCH HACK
\fi