%%% ==================================================================== %%% @LaTeX-file{ %%% filename = "memo-l.cls", %%% version = "1.2b", %%% date = "1996/10/28", %%% time = "12:06:56 EST", %%% checksum = "64817 40 141 1605", %%% author = "Barbara Beeton", %%% address = "American Mathematical Society, PO Box 6248, %%% Providence, RI 02940, USA", %%% supported = "yes", %%% email = "tech-support@ams.org (Internet)", %%% abstract = "This is a LaTeX documentclass for the Memoirs of %%% the American Mathematical Society.", %%% docstring = "The checksum field above contains a CRC-16 checksum %%% as the first value, followed by the equivalent of %%% the standard UNIX wc (word count) utility output %%% of lines, words, and characters. This is produced %%% by Robert Solovay's checksum utility.", %%% } %%% ==================================================================== \NeedsTeXFormat{LaTeX2e} \ProvidesClass{memo-l} [1996/10/28 v1.2b MEMO Author Class] \DeclareOption*{\PassOptionsToClass{\CurrentOption}{amsbook}} \ProcessOptions\relax \AtBeginDocument{% \renewcommand\mainmatter{\cleardoublepage\pagenumbering{arabic}}% \renewcommand\backmatter{\if@openright\cleardoublepage\else\clearpage\fi}% \renewcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi \thispagestyle{plain}\global\@topnum\z@ \@afterindenttrue \secdef\@chapter\@schapter}% } \LoadClass{amsbook}[1996/10/24] \endinput