summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/latex209.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-04-13 13:48:08 +0000
committerKarl Berry <karl@freefriends.org>2015-04-13 13:48:08 +0000
commit013bf3bc293cf08e4b4167cb42180bc355f399c0 (patch)
tree5235dfbae8830590c7fc6a0c70ecd3c84d22c677 /Master/texmf-dist/source/latex/base/latex209.dtx
parentbacfc70aefdbc2ec3496c976ad12fe9ef26604e1 (diff)
latex2e 2015/01/01
git-svn-id: svn://tug.org/texlive/trunk@36834 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/latex209.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/latex209.dtx20
1 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/base/latex209.dtx b/Master/texmf-dist/source/latex/base/latex209.dtx
index ed0ffaed591..1d8f986873c 100644
--- a/Master/texmf-dist/source/latex/base/latex209.dtx
+++ b/Master/texmf-dist/source/latex/base/latex209.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009
+% Copyright 1993-2015
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
@@ -138,7 +138,10 @@
% \changes{v0.49}{1995/10/26}{Added code for fleqn.sty, leqno.sty,
% openbib.sty.}
% \changes{v0.50}{1995/12/08}{Switched of \cs{@inmathwarn}.}
+% \changes{v0.53}{2015/02/22}{Dropped \cs{@no@font@optfalse} in various places
+% - no longer provided by ltfsscmp.dtx.}
%
+% \MaintainedByLaTeXTeam{latex}
% \maketitle
%
% \section{Introduction}
@@ -213,7 +216,7 @@
% \end{macrocode}
% Describe the file.
% \begin{macrocode}
-\ProvidesFile{latex209.def}[1998/05/13 v0.52 Standard LaTeX file]
+\ProvidesFile{latex209.def}[2015/02/22 v0.53 Standard LaTeX file]
% \end{macrocode}
% \changes{v0.24}{1994/05/14}{Removed date.}
% \changes{v0.40}{1995/03/21}
@@ -405,9 +408,10 @@
% |\settoheight|, |\settowidth| and the new options to |\parbox| and
% |\minipage|, since these are likely to be used in packages.
%
-% The intention of the strange |\normalsize| tests below is that after
-% the |\documentstyle| command has completed, if neither |\normalsize|
-% nor |\@normalsize| was defined by the main style or one of its
+% The intention of the strange |\normalsize| tests below are that after
+% the |\documentstyle| command has completed, then
+% if neither of the commands |\normalsize|
+% nor |\@normalsize| were defined by the main style or one of its
% `substyles' or `options', then |\@normalsize| will be undefined and
% |\normalsize| will generate an error saying it hasn't been defined.
%
@@ -880,18 +884,18 @@
% options to mimic the \LaTeX~2.09 NFSS1 options.
% \begin{macrocode}
\def\ds@oldlfont{%
- \@no@font@optfalse
+%FM \@no@font@optfalse
\let\math@bgroup\@empty
\let\math@egroup\@empty
\let\@@math@bgroup\math@bgroup
\let\@@math@egroup\math@egroup
}
\def\ds@newlfont{%
- \@no@font@optfalse
+%FM \@no@font@optfalse
\OptionNotUsed
}
\def\ds@margid{%
- \@no@font@optfalse
+%FM \@no@font@optfalse
\let\math@bgroup\bgroup
\def\math@egroup##1{##1\egroup}%
\let \@@math@bgroup \math@bgroup