Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
GuillaumeLaplante-Anfossi
GitHub Repository: GuillaumeLaplante-Anfossi/Poissons
Path: blob/main/AMS/memo-l-template.tex
1017 views
1
%-----------------------------------------------------------------------
2
% Beginning of memo-l-template.tex
3
%-----------------------------------------------------------------------
4
%
5
% This is a template file for AMS Memoirs for use with AMS-LaTeX 2.0.
6
% Separate chapters should be included at the appropriate position.
7
%
8
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9
10
\documentclass{memo-l}
11
12
% For use when working on individual chapters
13
%\includeonly{}
14
15
% Include referenced packages here.
16
\usepackage{}
17
18
\newtheorem{theorem}{Theorem}[chapter]
19
\newtheorem{lemma}[theorem]{Lemma}
20
21
\theoremstyle{definition}
22
\newtheorem{definition}[theorem]{Definition}
23
\newtheorem{example}[theorem]{Example}
24
\newtheorem{xca}[theorem]{Exercise}
25
26
\theoremstyle{remark}
27
\newtheorem{remark}[theorem]{Remark}
28
29
\numberwithin{section}{chapter}
30
\numberwithin{equation}{chapter}
31
32
% For a single index; for multiple indexes, see the manual
33
% "AMS Author Handbook, Memoirs Class", included in the
34
% author package).
35
\makeindex
36
37
\begin{document}
38
39
\frontmatter
40
41
\title{}
42
43
% Remove any unused author tags.
44
45
% author one information
46
\author{}
47
\address{}
48
\curraddr{}
49
\email{}
50
\thanks{}
51
52
% author two information
53
\author{}
54
\address{}
55
\curraddr{}
56
\email{}
57
\thanks{}
58
59
% \date is required; it is the date received by the editor.
60
\date{}
61
62
\subjclass[2020]{Primary }
63
% Recognition of the 2010 edition of the Mathematics Subject
64
% Classification requires a version of amsbook.cls from July 2009
65
% or later. If "2010" is not recognized, please upgrade.
66
67
\keywords{}
68
69
\dedicatory{Dedication text (use \\[2pt] for line break if necessary)}
70
71
\begin{abstract}
72
\end{abstract}
73
74
\maketitle
75
76
\tableofcontents
77
78
79
% Include unnumbered chapters (preface, acknowledgments, etc.) here.
80
\include{}
81
82
\mainmatter
83
% Include main chapters here.
84
\include{}
85
86
\appendix
87
% Include appendix "chapters" here.
88
\include{}
89
90
\backmatter
91
% Bibliography styles amsplain or author-year (using natbib) are
92
% also acceptable.
93
\bibliographystyle{amsalpha}
94
\bibliography{}
95
% See note above about multiple indexes.
96
\printindex
97
98
\end{document}
99
100
%-----------------------------------------------------------------------
101
% End of memo-l-template.tex
102
%-----------------------------------------------------------------------
103
104