% \iffalse meta-comment % % Copyright 1994 the LaTeX3 project and the individual authors. % All rights reserved. For further copyright information see the file % legal.txt, and any other copyright indicated in this file. % % This file is part of the LaTeX2e system. % ---------------------------------------- % % This system is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. % % % IMPORTANT NOTICE: % % For error reports in case of UNCHANGED versions see bugs.txt. % % Please do not request updates from us directly. Distribution is % done through Mail-Servers and TeX organizations. % % You are not allowed to change this file. % % You are allowed to distribute this file under the condition that % it is distributed together with all files mentioned in manifest.txt. % % If you receive only some of these files from someone, complain! % % You are NOT ALLOWED to distribute this file alone. You are NOT % ALLOWED to take money for the distribution or use of either this % file or a changed version, except for a nominal charge for copying % etc. % \fi % % \title{Compatibility mode for \LaTeXe{} emulating \LaTeX~2.09} % \author{Alan Jeffrey and Frank Mittelbach} % \date{1994/06/01} % % \CheckSum{433} % %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z %% Digits \0\1\2\3\4\5\6\7\8\9 %% Exclamation \! Double quote \" Hash (number) \# %% Dollar \$ Percent \% Ampersand \& %% Acute accent \' Left paren \( Right paren \) %% Asterisk \* Plus \+ Comma \, %% Minus \- Point \. Solidus \/ %% Colon \: Semicolon \; Less than \< %% Equals \= Greater than \> Question mark \? %% Commercial at \@ Left bracket \[ Backslash \\ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} % % \changes{v0.01}{1993/12/11}{Created the file, including: % setting the compatibility flag, % inputting oldlfont.sty, % setting the default encoding to be OT1, and % inputting the latex209.rc file} % \changes{v0.02}{1993/12/12}{Changed the package filename to % latex209.sty, and added the provides-package command.} % \changes{v0.03}{1993/12/16}{Added an empty mark, replaced % provides-package with provides-file, added the compatibility hook.} % \changes{v0.04}{1993/12/16}{Moved oldlfont.sty out of the % compatibility hook and back into latex209.cmp. Redefined % newfontswitch to ignore redefinitions. Set the LaTeX 2e commands % to be errors.} % \changes{v0.05}{1993/12/17}{Removed the `mark, since it is now in the % kernel.} % \changes{v0.06}{1993/12/18}{Replaced the redefinition of % `@newfontswitch to a redefinition of `@renewfontswitch. Added % `sloppy.} % \changes{v0.07}{1993/12/18}{Fixed a bug with `@missingfileerror.} % \changes{v0.08}{1993/12/18}{Added the obsolete .sty files.} % \changes{v0.09}{1993/12/20}{Removed art10.sty and friends.} % \changes{v0.10}{1994/01/14}{Replaced latex209.rc by latex209.cfg.} % \changes{v0.11}{1994/01/21}{Replaced latex209.cmp by latex209.def. % Moved half of oldlfont.dtx to here. Split the package dst option % into head and tail.} % \changes{v0.12}{1994/01/24}{Added `normalshape and `mediumseries, and % declared the `oldlfont' option to stop oldlfont.sty from being % loaded.} % \changes{v0.13}{1994/01/31}{removed setting of `normalsize. FMi} % \changes{v0.14}{1994/02/07}{Added it back again.} % \changes{v0.15}{1994/02/10}{Renamed `@compatibility to % `@documentclasshook. Added the check for whether `normalsize or % `@normalsize needs defined.} % \changes{v0.16}{1994/02/11}{Replaced the allocation of temporary % dimens for `footheight, `@maxsep and `@dblmaxsep by real dimen % variables.} % \changes{v0.17}{1994/03/02}{Moved the documentation to the front, so % this file can be processed directly without a driver file. % Added `@ptscale, `@halfmag, `@magscale, and set the default font % to be CMR at 10pt.} % \changes{v0.18}{1994/03/11}{Restored the old definition of `verb. % Set the catcodes of the non-alphanumerics.} % \changes{v0.19}{1994/04/05}{Switched off more 2e features: `lrbox, % `width, `height, `depth in box dimensions, and the new optional % arguments to `parbox, `minipage and `newcommand. The code was % provided by DPC. Fixed a misplaced . Made the % `ProvidesPackage and `ProvidesClass warnings log messages. % Removed `filedate.} % \changes{v0.20}{1994/04/20}{Restored the 2.09 definition of `@noligs.} % \changes{v0.21}{1994/04/24}{Restored the 2.09 definition of `@lquote.} % \changes{v0.22}{1994/05/02}{Added \cmd{@latex@e@command}.} % \changes{v0.23}{1994/05/11}{Added bezier.sty.} % \changes{v0.24}{1994/05/14}{Removed \cmd{@@@} and switched the box % commands back on, for use in packages.} % \changes{v0.24}{1994/05/14}{Changed the 2e command error help.} % \changes{v0.24}{1994/05/14}{Removed date from announcement of % 2.09 mode.} % \changes{v0.25}{1994/05/14}{Added the newlfont option, and rewrote the % oldlfont option.} % \changes{v0.26}{1994/05/15}{Added the margid and nomargid options.} % \changes{v0.27}{1994/05/16}{Fixed a bug with the margid option.} % \changes{v0.28}{1994/05/16}{Fixed a bug with \cs{mediumseries}.} % \changes{v0.29}{1994/05/17}{Fixed a bug with \cs{newlfont}.} % \changes{v0.29}{1994/05/17}{Removed extra spaces from the missing % file error.} % \changes{v0.29}{1994/05/17}{Made the bezier package use \cs{iffalse} % to comment itself out, rather than \%\%, which caused it to % appear in every 2.09 file!} % \changes{v0.30}{1994/05/18}{Added \cs{@finalstrut}.} % \changes{v0.31}{1994/05/20}{New definition of \cs{@finalstrut}.} % \changes{v0.31}{1994/05/20}{Added the t1enc package.} % \changes{v0.32}{1994/05/20}{Added SLiTeX.} % \changes{v0.33}{1994/06/01}{Fixed bug with SLiTeX.} % % \maketitle % % \section{Introduction} % % The file |latex209.def| is read in by \LaTeXe{} whenever it finds a % |\documentstyle| rather than |\documentclass| command at the % beginning of the file. This indicates a \LaTeX~2.09 document, which % should be processed in {\em compatibility mode}. % % Any document which compiled under \LaTeX~2.09 should compile under % compatibility mode, unless it uses low-level commands such as % |\tenrm|. % % \section{The docstrip modules} % % The following modules are used in the implementation to direct % docstrip in generating the external files: % \begin{center} % \begin{tabular}{ll} % driver & produce a documentation driver file \\ % head & produce the beginning of |latex209.def| \\ % tail & produce the end of |latex209.def| \\ % article & produce |article.sty| \\ % book & produce |book.sty| \\ % report & produce |report.sty| \\ % slides & produce |slides.sty| \\ % letter & produce |letter.sty| \\ % bezier & produce |bezier.sty| % \end{tabular} % \end{center} % Between the |head| and |tail| of |latex209.def|, the code for % |oldlfont.sty| is included, so \LaTeX~2.09 documents will % automatically be run simulating the OFSS. % \changes{v0.09}{1993/12/20}{Removed artN.sty, bkN.sty and repN.sty.} % \changes{v0.11}{1994/01/21}{Split package into head and tail.} % \changes{v0.23}{1994/05/11}{Added bezier option.} % % \StopEventually{} % % \section{Driver} % % This section contains the driver for this documentation. % \begin{macrocode} %<*driver> \documentclass{ltxdoc} \DisableCrossrefs % \OnlyDescription \begin{document} \DocInput{latex209.dtx} \end{document} % % \end{macrocode} % % \section{Beginning of latex209.def} % % \changes{v0.11}{1994/01/21}{oldlfont.dtx is now also used to generate % latex209.dtx.} % % This section describes the beginning of the file |latex209.def|. % \begin{macrocode} %<*head> % \end{macrocode} % % \subsection{Identification} % % This file needs to be run with \LaTeXe. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} % \end{macrocode} % Describe the file. % \begin{macrocode} \ProvidesFile{latex209.def}[1994/06/01 Standard LaTeX file] % \end{macrocode} % \changes{v0.24}{1994/05/14}{Removed date.} % Announce compatibility mode to the user. % \begin{macrocode} \typeout{Entering LaTeX 2.09 compatibility mode.} % \end{macrocode} % % \subsection{Compatibility flag} % % \begin{macro}{\@compatibilitytrue} % \LaTeXe{} has a flag |\if@compatibility| which can be used by % document classes or packages to determine whether they are running % in compatibility mode or not. This flag is set true by this file. % \begin{macrocode} \@compatibilitytrue % \end{macrocode} % \end{macro} % % \subsection{Removing features} % % \changes{v0.22}{1994/05/02}{Added \cmd{latex@e@command}.} % % \begin{macro}{\@latex@e@command} % This declares a command to be only for use with \LaTeXe. The syntax % is: % \begin{quote} % |\@latex@e@command{|\meta{command}|}{|\meta{error}|}| % \end{quote} % It saves the current definition of the command \meta{internal}, then % redefines it to produce the error \meta{error}. % \begin{macrocode} \@onlypreamble\@latex@e@command \def\@latex@e@command#1#2{% \expandafter\let\csname @@\string#1\endcsname#1% \edef#1{% \noexpand\@latex@e@error{\noexpand#2}% \expandafter\noexpand\csname @@\string#1\endcsname }% } % \end{macrocode} % \end{macro} % % \changes{v0.22}{1994/05/02}{Added \cmd{if@latex@e@errors} and \cmd{@@@}.} % \changes{v0.24}{1994/05/14}{Removed \cmd{if@latex@e@errors} and \cmd{@@@}.} % \changes{v0.24}{1994/05/14}{Changed the error help.} % % \begin{macro}{\@latex@e@error} % This error is produced if a user uses a \LaTeXe{} command in % compatibility mode. This is to encourage users to move over to % using |\documentclass| as quickly as possible. % \begin{macrocode} \def\@latex@e@error#1{% \@latexerr{% LaTeX2e command \string#1\space in LaTeX 2.09 document% }{% This is a LaTeX 2.09 document, but it contains \string#1.^^J% If you want to use the new features of LaTeX2e, your document^^J% should begin with \string\documentclass\space rather than \string\documentstyle }% } % \end{macrocode} % \end{macro} % % \begin{macro}{\@begin@tempboxa} % \changes{v0.22}{1994/05/02}{Commented out the redefinition of % \cmd{@begin@tempboxa}.} % If we were to switch off the new |\width|, |\height| and |\depth| % commands, this is how to do it. This isn't done, since these % commands may be used in packages. % \begin{verbatim} %\long\def\@begin@tempboxa#1#2{% % \begingroup % \setbox\@tempboxa#1{{#2}}} % \end{verbatim} % \end{macro} % % \subsection{Document class hook} % % \begin{macro}{\@documentclasshook} % \changes{v0.15}{1994/02/10}{Renamed from `@compatibility to % `@documentclasshook. Added the check for `@normalsize and % `normalsize being defined.} % \changes{v0.22}{1994/05/02}{Moved switching off commands into the % document class hook.} % \changes{v0.24}{1994/05/14}{Swtiched the box commands back on, for use % in packages.} % This macro is called by each use of |\documentclass|. We define % it to define |\@normalsize| and |\normalsize| if necessary, % to input each unused option as a package, and to switch off the new % \LaTeXe{} commands. However, we leave on the commands % |\settoheight|, |\settowidth| and the new options to |\parbox| and % |\minipage|, since these are likely to be used in packages. % \begin{macrocode} \def\@documentclasshook{% \def\@tempa{\@normalsize}% \def\@tempb{\@undefinedfonterror{size}\normalsize}% \ifx\normalsize\@tempa \let\normalsize\@tempb \fi \ifx\@normalsize\@undefined \let\@normalsize\normalsize \fi \ifx\normalsize\@tempb \let\normalsize\@normalsize \fi \RequirePackage{\@unusedoptionlist}% \let\@unusedoptionlist\@empty \@latex@e@command\usepackage\usepackage \@latex@e@command\listfiles\listfiles \@latex@e@command\ensuremath\ensuremath \@latex@e@command\LaTeXe\LaTeXe \@latex@e@command\lrbox{\begin{lrbox}}% \@latex@e@command\@xargdef{\newcommand{cmd}[args][def]}% } % \end{macrocode} % \end{macro} % % \subsection{Compatibility with \LaTeX~2.09 document styles} % % \begin{macro}{\@missingfileerror} % If a |.cls| file is missing, we look to see if there is % a file of the same name with a |.sty| extension. % \changes{v0.06}{1993/12/18}{Corrected a typo `@saved@missingfileerror % should have been `saved@missingfileerror.} % \changes{v0.07}{1993/12/18}{Corrected a typo, I'd forgotten to pass % the arguments of `@missingfileerror on to % `saved@missingfileerror.} % \changes{v0.29}{1994/05/17}{Removed extraneous spaces.} % \begin{macrocode} \@ifundefined{saved@missingfileerror}{ \let\saved@missingfileerror=\@missingfileerror }{} \def\@missingfileerror#1#2{% \ifx#2\@clsextension \InputIfFileExists{#1.\@pkgextension}{% \wlog{Compatibility mode: loading #1.\@pkgextension \space rather than #1.#2.}% }{% \saved@missingfileerror{#1}{#2}% }% \else \saved@missingfileerror{#1}{#2}% \fi } % \end{macrocode} % \end{macro} % % \begin{macro}{\@obsoletefile} % For compatibility with the document styles which |\input| the % standard \LaTeX~2.09 document styles, we distribute % files called |article.sty|, |book.sty|, |report.sty|, % |slides.sty| and |letter.sty|. These use the command % |\@obsoletefile|, which the \LaTeXe{} kernel defines to produce a % warning message. We redefine it to just produce a message in the % log file, and to pass any options from the old filename to the % new filename. % \changes{v0.08}{1993/12/19}{Added this command.} % \changes{v0.10}{1994/01/14}{Added the option-passing.} % \begin{macrocode} \def\@obsoletefile#1#2{% \expandafter\let\csname opt@#1\expandafter\endcsname \csname opt@\@currname.\@currext\endcsname \wlog{Compatibility mode: inputting `#1' instead of obsolete `#2'.}% } % \end{macrocode} % \end{macro} % % \begin{macro}{\footheight} % \begin{macro}{\@maxsep} % \begin{macro}{\@dblmaxsep} % \LaTeX~2.09 supported these parameters, so for compatibility with % old document styles we allocate them. % \changes{v0.16}{1994/02/11}{Replaced the allocation of temporary % dimens for `footheight, `@maxsep and `@dblmaxsep by real dimen % variables.} % \begin{macrocode} \newdimen\footheight \newdimen\@maxsep \newdimen\@dblmaxsep % \end{macrocode} % \end{macro} % \end{macro} % \end{macro} % % \subsection{Layout} % % \changes{v0.06}{1993/12/18}{Added `sloppy} % \begin{macro}{\sloppy} % There is a new version of |\sloppy| in \LaTeXe, so we restore the % old one. % \begin{macrocode} \def\sloppy{\tolerance \@M \hfuzz .5\p@ \vfuzz .5\p@} % \end{macrocode} % \end{macro} % % \changes{v0.30}{1994/05/18}{Added \cs{@finalstrut}.} % \changes{v0.31}{1994/05/20}{New definition of \cs{@finalstrut}.} % \begin{macro}{\@finalstrut} % The strut which is used in a footnote has changed. This restores % the old definition. % \begin{macrocode} \def\@finalstrut#1{\unskip\strut} % \end{macrocode} % \end{macro} % % \subsection{Verbatim} % % \changes{v0.18}{1994/03/11}{Added the changes to `verb} % \begin{macro}{\verb} % \begin{macro}{\@sverb} % We restore the old definition of |\verb|, but using % |\verbatim@font| rather than |\tt|. % \begin{macrocode} \def\verb{% \begingroup \@noligs \verbatim@font \let\do\@makeother \dospecials \@ifstar{\@sverb}{\@verb}% } \def\@sverb#1{% \def\@tempa ##1#1{\leavevmode\null##1\endgroup}% \@tempa } % \end{macrocode} % \end{macro} % \end{macro} % % \begin{macro}{\verbatim@nolig@list} % \changes{v0.20}{1994/04/20}{Added the redefinition of % `verbatim@nolig@list.} % The only ligatures which should be switched off in 2.09 mode are % the Spanish punctuation. % \begin{macrocode} \def\verbatim@nolig@list{\do\`} % \end{macrocode} % \end{macro} % % \begin{macro}{\@lquote} % \changes{v0.21}{1994/04/24}{Added the definition of `@lquote.} % We restore the old definition of |\@lquote| in case any packages % use it. % \begin{macrocode} \def\@lquote{\leavevmode{\kern\z@}`} % \end{macrocode} % \end{macro} % % \subsection{Character codes} % % \changes{v0.18}{1994/03/11}{Added the catcode changes} % % By default, \LaTeXe{} makes the input charactes 0--8, 11, 14--31 and % 128--255 illegal. In compatibility mode, we restore their old % meanings. % \begin{macrocode} \catcode0=9 \@tempcnta=1 \loop\ifnum\@tempcnta<32 \catcode\@tempcnta=12 \advance\@tempcnta by 1 \repeat% \catcode`\^^I=10\relax% \catcode`\^^L=13\relax% \catcode`\^^M=5\relax% \catcode127=15 \@tempcnta=128 \loop\ifnum\@tempcnta<256 \catcode\@tempcnta=12 \advance\@tempcnta by 1 \repeat % \end{macrocode} % % \subsection{Miscellaneous commands} % % \begin{macro}{\SLiTeX} % The \textsc{Sli\TeX} logo. % \begin{macrocode} \DeclareRobustCommand{\SLiTeX}{{% \normalfont S\kern -.06em {\scshape l\kern -.035emi}\kern -.06em \TeX }} % \end{macrocode} % \end{macro} % % \subsection{Packages and classes} % % \begin{macro}{\ProvidesPackage} % \begin{macro}{\ProvidesClass} % We redefine |\ProvidesPackage| and |\ProvidesClass| to produce a % log message rather than a warning if they find an unexpected % file. % \begin{macrocode} \def\ProvidesPackage#1{% \xdef\@gtempa{#1}% \ifx\@gtempa\@currname\else \wlog{Compatibility mode: \@cls@pkg\space`\@currname' requested, but `#1' provided.}% \fi \@ifnextchar[\@pr@videpackage{\@pr@videpackage[]}}%] \let\ProvidesClass=\ProvidesPackage % \end{macrocode} % \end{macro} % \end{macro} % That ends the head of |latex209.def|. % \begin{macrocode} % % \end{macrocode} % % \section{Middle of latex209.def} % % At this point, the code for |oldlfont.sty| is read in by the % installation script. % % \section{End of latex209.def} % % This section describes the end of |latex209.def|. % \begin{macrocode} %<*tail> % \end{macrocode} % % \subsection{Font commands} % % \changes{v0.12}{1994/01/24}{Added the oldlfont option.} % \changes{v0.25}{1994/05/14}{Added the newlfont option, rewrote the % oldlfont option to change math grouping.} % \changes{v0.26}{1994/05/15}{Added the margid and nomargid options.} % \changes{v0.27}{1994/05/16}{Replaced \# by \#\# in margid.} % \changes{v0.28}{1994/05/17}{Replaced \cs{input} newlfont.sty by % \cs{OptionNotUsed} in \cs{ds@newlfont}.} % % \begin{macro}{\ds@oldlfont} % \begin{macro}{\ds@newlfont} % \begin{macro}{\ds@margid} % \begin{macro}{\ds@nomargid} % We declare |oldlfont|, |newlfont|, |margid| and |nomargid| % options to mimic the \LaTeX~2.09 NFSS1 options. % \begin{macrocode} \def\ds@oldlfont{% \@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 \OptionNotUsed } \def\ds@margid{% \@no@font@optfalse \let\math@bgroup\bgroup \def\math@egroup##1{##1\egroup}% \let \@@math@bgroup \math@bgroup \let \@@math@egroup \math@egroup } \let\ds@nomargid\ds@oldlfont \@onlypreamble\ds@oldfont \@onlypreamble\ds@newfont \@onlypreamble\ds@margid \@onlypreamble\ds@nomargid % \end{macrocode} % \end{macro} % \end{macro} % \end{macro} % \end{macro} % % \begin{macro}{\encodingdefault} % The default encoding for old documents is OT1 rather than T1. % \begin{macrocode} \renewcommand{\encodingdefault}{OT1} % \end{macrocode} % \end{macro} % % \begin{macro}{\cmex/m/n/10} % Just in case a document style relies on |\cmex/m/n/10| to exist % (which may have been hard-wired to |\fam3|) we load the font. % \begin{macrocode} \expandafter\font\csname cmex/m/n/10\endcsname=cmex10 % \end{macrocode} % \end{macro} % % \changes{v0.14}{1994/02/07}{Added `normalsize.} % % \begin{macro}{\normalsize} % Some styles don't define |\normalsize|, just |\@normalsize|. % \begin{macrocode} \def\normalsize{\@normalsize} % \end{macrocode} % \end{macro} % % \changes{v0.12}{1994/01/24}{Added `normalshape and `mediumseries.} % \changes{v0.28}{1994/05/16}{\cs{mediumseries} was using % \cs{fontshape} rather than \cs{fontseries}.} % % \begin{macro}{\normalshape} % \begin{macro}{\mediumseries} % These commands were used in older versions of NFSS. % \begin{macrocode} \def\normalshape{\fontshape\shapedefault\selectfont} \def\mediumseries{\fontseries\seriesdefault\selectfont} % \end{macrocode} % \end{macro} % \end{macro} % \begin{macro}{\DeclareOldFontCommand} % We redefine |\DeclareOldFontCommand| to do nothing. This means that % any new document classes will have their redefinitions of |\rm|, % |\bf| etc.~ignored. % \changes{v0.06}{1993/12/18}{Replaced `@newfontswitch by % `@renewfontswitch.} % \changes{v0.11}{1994/01/21}{Removed `RequirePackage{oldlfont}.} % \changes{v0.19}{1994/04/05}{Replaced `@renewfontswitch by % `DeclareOldFontCommand.} % \begin{macrocode} \def \DeclareOldFontCommand #1#2#3{% \wlog{Compatibility mode: definition of \string#1\space ignored.}% } % \end{macrocode} % \end{macro} % % \changes{v0.17}{1994/03/02}{Added `@halfmag, `@magscale and % `@ptscale} % % \begin{macro}{\@halfmag} % \begin{macro}{\@magscale} % \begin{macro}{\@ptscale} % Some font-specifying commands from \LaTeX~2.09. % \begin{macrocode} \def\@halfmag{scaled \magstephalf} \def\@magscale#1{scaled \magstep#1 } \def\@ptscale#1{scaled #100 } % \end{macrocode} % \end{macro} % \end{macro} % \end{macro} % % \begin{macro}{\font} % The current font is set to be CMR 10pt, to match \LaTeX~2.09. % \begin{macrocode} \fontencoding{OT1} \fontfamily{cmr} \fontsize{10}{12} \fontseries{m} \fontshape{n} \selectfont % \end{macrocode} % \end{macro} % % \changes{v0.11}{1994/01/21}{Added the rest of this subsection, which % used to be in oldlfont.dtx.} % % \begin{macro}{\load} % The |\load| command is no longer needed, it is therefore % defined to do nothing. % \begin{macrocode} \let\load\@gobbletwo % \end{macrocode} % \end{macro} % % Here are three delimiters which have be partly disabled by % NFSS2 (the small variants) since the corresponding fonts are % normally not preloaded as math symbol fonts. % \begin{macrocode} \DeclareMathDelimiter{\lgroup} % extensible ( with sharper tips {\mathopen}{bold}{"28}{largesymbols}{"3A} \DeclareMathDelimiter{\rgroup} % extensible ) with sharper tips {\mathclose}{bold}{"29}{largesymbols}{"3B} \DeclareMathDelimiter{\bracevert} % the vertical bar that extends braces {\mathord}{typewriter}{"7C}{largesymbols}{"3E} % \end{macrocode} % % In old documents we might find some usages of |\bffam| etc. Thus % we add the following code: % \begin{macrocode} \let\bffam\symbold \let\sffam\symsans \let\itfam\symitalic \let\ttfam\symtypewriter \let\scfam\symsmallcaps \let\slfam\symslanted \let\rmfam\symoperators % \end{macrocode} % % Below are the |\..pt| commands with hopefully the same % functionality as in the old \texttt{lfonts.tex}. Notice that the % |\baselineskip| parameter wasn't set by these commands so that % using them now shouldn't set this either. Thus we go low-level. % This means that the commands are now fragile but I think they % have been fragile before. % \begin{macrocode} \newcommand\vpt {\edef\f@size{\@vpt}\rm} \newcommand\vipt {\edef\f@size{\@vipt}\rm} \newcommand\viipt {\edef\f@size{\@viipt}\rm} \newcommand\viiipt{\edef\f@size{\@viiipt}\rm} \newcommand\ixpt {\edef\f@size{\@ixpt}\rm} \newcommand\xpt {\edef\f@size{\@xpt}\rm} \newcommand\xipt {\edef\f@size{\@xipt}\rm} \newcommand\xiipt {\edef\f@size{\@xiipt}\rm} \newcommand\xivpt {\edef\f@size{\@xivpt}\rm} \newcommand\xviipt{\edef\f@size{\@xviipt}\rm} \newcommand\xxpt {\edef\f@size{\@xxpt}\rm} \newcommand\xxvpt {\edef\f@size{\@xxvpt}\rm} % \end{macrocode} % % \subsection{User customization} % % For sites which customized their version of \LaTeX~2.09, we provide % a file |latex209.cfg|, which is loaded every time we enter % compatibility mode. If the file doesn't exist, we don't do % anything. % \begin{macrocode} \InputIfFileExists{latex209.cfg}{}{} % \end{macrocode} % That ends the file |latex209.def|. % \begin{macrocode} % % \end{macrocode} % % \section{Obsolete style files} % % \changes{v0.08}{1993/12/19}{Added this section.} % \changes{v0.09}{1993/12/20}{Removed artN.sty, bkN.sty and repN.sty.} % \changes{v0.23}{1994/05/11}{Added bezier.sty.} % \changes{v0.31}{1994/05/20}{Added t1enc.sty.} % % For each of the standard \LaTeX~2.09 document styles, we produce a % file which points to the appropriate \LaTeXe{} document class file. % This means that any styles which say |\input article.sty| should % still work. % % \begin{macrocode} %<*article|book|report|letter|slides> \NeedsTeXFormat{LaTeX2e} % %<*article> \@obsoletefile{article.cls}{article.sty} \LoadClass{article} % %<*book> \@obsoletefile{book.cls}{book.sty} \LoadClass{book} % %<*report> \@obsoletefile{report.cls}{report.sty} \LoadClass{report} % %<*letter> \@obsoletefile{letter.cls}{letter.sty} \LoadClass{letter} % %<*slides> \@obsoletefile{slides.cls}{slides.sty} \LoadClass{slides} % % \end{macrocode} % We also produce an empty |bezier.sty| in case anyone has |\input| % |bezier.sty|. The |\bezier| command is now part of the kernel. % \begin{macrocode} %<*bezier> \iffalse The \bezier command is now part of LaTeX thus this package is no longer necessary. It is only retained for upward compatibility. Also, please note that LaTeX now offers an extended bezier command which automatically calculates the number of points needed for the plot. See the 2nd edition of the LaTeX book, or the file l2euser.tex which comes with the LaTeX distribution, for more details. \fi % % \end{macrocode} % We also produce a |t1enc| package, for compatibility with the % Companion. This has been replaced by the |fontenc| package. % \begin{macrocode} %<*t1enc> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{t1enc}[1994/06/01 Standard LaTeX package] \renewcommand{\encodingdefault}{T1} \fontencoding{T1}\selectfont % % \end{macrocode} % \DeleteShortVerb{\|} % \Finale \endinput