-
Notifications
You must be signed in to change notification settings - Fork 1
/
ReadingNotes_template.tex
57 lines (38 loc) · 1.21 KB
/
ReadingNotes_template.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
\documentclass{article}
\usepackage{amsmath, amsthm, amssymb}
%\usepackage{mathrsfs}
%\usepackage[all]{xy}
%\usepackage{enumerate}
%\usepackage[colorlinks]{hyperref}
%\usepackage{cleveref}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{conjecture}[theorem]{Conjecture}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definition}
\theoremstyle{remark}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{example}[theorem]{Example}
\renewcommand{\emptyset}{\varnothing}
\newcommand{\too}{\longrightarrow}
\renewcommand{\phi}{\varphi}
\newcommand{\eps}{\varepsilon}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\h}{{\mathcal{H}}}
\newcommand{\defeq}{\stackrel{\mathrm{def}}{\, = \,}}
%%%%%%%%%% END OF MACROS %%%%%%%%%%%%
\begin{document}
\title{Section 1.3: Complex Tori.}
\author{Modular Form Study Group}
\date{September 2014, modified \today}
\maketitle
%%%
\section{Complex Tori}
A \emph{complex torus} is $\C / \Lambda$ where $\Lambda$ is a lattice in~$\C$.
\end{document}