-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
38 lines (29 loc) · 835 Bytes
/
main.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
\documentclass{report}
\usepackage[utf8]{inputenc}
\usepackage[margin=2cm]{geometry}
\usepackage{amsfonts, amsmath, amsthm, cite, subfiles, tablefootnote}
\title{Notes for Advanced Topics in Mathematics, because the scheduling team doesn't like me}
\author{Laurence Lu}
\date{September 2020-June 2021}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\theoremstyle{definition}
\newtheorem{definition}{Definition}
\theoremstyle{remark}
\newtheorem{problem}{Problem}
\newtheorem{exercise}{Exercise}
\newtheorem{example}{Example}
\newtheorem{conjecture}{Conjecture}
\newcommand{\ree}{\mathbb{R}}
\newcommand{\cee}{\mathbb{C}}
\begin{document}
\maketitle
\section*{Preface}
\cite{apostol_1969}asdfasdasdfasdf
:w
f
\subfile{Chapters/1.tex}
\bibliography{mybib}{}
\bibliographystyle{plain}
\end{document}