Path: blob/main/AMS/memo-l-template.tex
1017 views
%-----------------------------------------------------------------------1% Beginning of memo-l-template.tex2%-----------------------------------------------------------------------3%4% This is a template file for AMS Memoirs for use with AMS-LaTeX 2.0.5% Separate chapters should be included at the appropriate position.6%7%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%89\documentclass{memo-l}1011% For use when working on individual chapters12%\includeonly{}1314% Include referenced packages here.15\usepackage{}1617\newtheorem{theorem}{Theorem}[chapter]18\newtheorem{lemma}[theorem]{Lemma}1920\theoremstyle{definition}21\newtheorem{definition}[theorem]{Definition}22\newtheorem{example}[theorem]{Example}23\newtheorem{xca}[theorem]{Exercise}2425\theoremstyle{remark}26\newtheorem{remark}[theorem]{Remark}2728\numberwithin{section}{chapter}29\numberwithin{equation}{chapter}3031% For a single index; for multiple indexes, see the manual32% "AMS Author Handbook, Memoirs Class", included in the33% author package).34\makeindex3536\begin{document}3738\frontmatter3940\title{}4142% Remove any unused author tags.4344% author one information45\author{}46\address{}47\curraddr{}48\email{}49\thanks{}5051% author two information52\author{}53\address{}54\curraddr{}55\email{}56\thanks{}5758% \date is required; it is the date received by the editor.59\date{}6061\subjclass[2020]{Primary }62% Recognition of the 2010 edition of the Mathematics Subject63% Classification requires a version of amsbook.cls from July 200964% or later. If "2010" is not recognized, please upgrade.6566\keywords{}6768\dedicatory{Dedication text (use \\[2pt] for line break if necessary)}6970\begin{abstract}71\end{abstract}7273\maketitle7475\tableofcontents767778% Include unnumbered chapters (preface, acknowledgments, etc.) here.79\include{}8081\mainmatter82% Include main chapters here.83\include{}8485\appendix86% Include appendix "chapters" here.87\include{}8889\backmatter90% Bibliography styles amsplain or author-year (using natbib) are91% also acceptable.92\bibliographystyle{amsalpha}93\bibliography{}94% See note above about multiple indexes.95\printindex9697\end{document}9899%-----------------------------------------------------------------------100% End of memo-l-template.tex101%-----------------------------------------------------------------------102103104