diff options
author | Karl Berry <karl@freefriends.org> | 2014-11-04 23:35:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-11-04 23:35:12 +0000 |
commit | a60e31b8abec7099c8e6dc5004b173897e28f34f (patch) | |
tree | 8c27c6351041ec3a1b3d176f8246e9e4fd10f813 /Master/texmf-dist/source/latex/base/ltclass.dtx | |
parent | dbe0dfa8444b80708600bb095b9506d3c471a4a9 (diff) |
latex2e multicol+doc (4nov14)
git-svn-id: svn://tug.org/texlive/trunk@35512 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltclass.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltclass.dtx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltclass.dtx b/Master/texmf-dist/source/latex/base/ltclass.dtx index 1a01a1698ab..89cca2fb9f2 100644 --- a/Master/texmf-dist/source/latex/base/ltclass.dtx +++ b/Master/texmf-dist/source/latex/base/ltclass.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1993-2013 +% Copyright 1993-2014 % The LaTeX3 Project and any individual authors listed elsewhere % in this file. % @@ -33,7 +33,7 @@ %<*driver> % \fi \ProvidesFile{ltclass.dtx} - [2013/07/07 v1.1i LaTeX Kernel (Class & Package Interface)] + [2014/09/29 v1.1i LaTeX Kernel (Class & Package Interface)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{ltclass.dtx} @@ -430,7 +430,7 @@ % {Move \cs{@missingfileerror} to ltfiles} % % \begin{macro}{\if@compatibility} -% The flag for compatibilty mode. +% The flag for compatibility mode. % \begin{macrocode} \newif\if@compatibility % \end{macrocode} @@ -654,7 +654,7 @@ \@onlypreamble\@if@ptions % \end{macrocode} % -% Probably shouldnt use |\CurrentOption| here\ldots (changed to +% Probably shouldn't use |\CurrentOption| here\ldots (changed to % |\reserved@b|.) % \changes{v0.2y}{1994/02/07} % {Add extra ,s so `two' is not matched with `twocolumn'} @@ -1246,7 +1246,7 @@ % Have the main argument as |#1|, so we only need one |\expandafter| % above. % \changes{v0.2a}{1993/11/14} -% {Moved reseting of \cs{default@ds}, \cs{ds@} and +% {Moved resetting of \cs{default@ds}, \cs{ds@} and % \cs{@declaredoptions} here, from the end of % \cs{ProcessOptions}.} % \changes{v0.2f}{1993/11/22} @@ -1373,7 +1373,7 @@ % \changes{v1.0s}{1995/10/20} % {Make setting conditional, for autoload version} % \begin{macro}{\@enddocumenthook} -% Stuff to appear at the begining or end of the document. +% Stuff to appear at the beginning or end of the document. % \begin{macrocode} \ifx\@begindocumenthook\@undefined \let\@begindocumenthook\@empty @@ -1461,7 +1461,7 @@ % \end{macro} % % \begin{macro}{\@@unprocessedoptions} -% Declare an error for each option, unless a |\ProcessOptions| occured. +% Declare an error for each option, unless a |\ProcessOptions| occurred. % \changes{v0.2v}{1994/01/29} % {Macro added.} % \changes{v1.0t}{1995/11/14}{Allow empty option} |