%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% fe-lams.dmp %% part of fe-format-dumper-cm directory %% L. Siebenmann, 5-92 %% Documentation in fe-dump.doc %% For LamsTeX >= 1991 %% from ftp math.princeton.edu [128.112.128.157] %% NOT for versions of 1989 or 1990 of LamsteX %% (see endnote). \input hy-prep.tex \input plain.tex %% standard Plain \input amstexl.tex %% *non*-standard AmSTeX for LamSTeX \input lamstex.tex %%% Provisional bugfix 5-92 for 1991 LamsTeX 2.01; see endnotes \catcode`\@=11 \def\@Cleanup#1>#2@{#2} \def\@Meaning#1{\expandafter\@Cleanup\meaning#1@} \def\@Sanitize#1{\def\@Sanholder{#1}% \edef\@Sanholder{\@Meaning\@Sanholder} } \let\@ldcgaps\cgaps \def\cgaps{\count255=\the\catcode`\;\catcode`\;=12\cg@ps} \def\cg@ps#1{\@Sanitize{#1}\expandafter \@ldcgaps\expandafter{\@Sanholder}\catcode`\;=\count255} \let\cgapsA@\relax % save space \catcode`\@=13 \input fe-punct.tex %% for French punctuation, spacing \edef\fmtversion{\fmtversion, \space via format-dumper 1996 on CTAN archive.} \dump \endinput --------------------------------- Notes 1) The 1989 and 1990 versions of lamstex.tex encountered grave problems with active punctation. (See notes on active punctuation on ftp rsovax.ups.circe.fr [130.84.128.100].) 2) In the 1991 version 2.01 (which seems to date from July 1991), serious modifications were made by M. Spivak to the commutative diagram module \CD ...\endCD to correct problems caused by activation of ; . However a problem remains where \cgaps is concerned; the syntax is \cgaps{[...;]*...}, for example \cgaps{1;2;3}. Easier problems for \dtX(...;...) \dtY(...;...) and ds(...;...) seem to have been settled. 3) Modifications were made to the amstexl.tex of 1991 to make unnecessary the change file ams-act.tex currently necessary with amstex.tex of 1991. A curious consequence is that although it is labeled 2.0 of 1991, this amstexl.tex is significantly more advanced than amstex.tex 2.1 of Feb 1990. Are there further bugs?