-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.tex
More file actions
52 lines (45 loc) · 1.62 KB
/
Copy pathnotes.tex
File metadata and controls
52 lines (45 loc) · 1.62 KB
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
\documentclass[letterpaper, 11pt, colorful, sections]{jiahua}
\title{Math 1560: Number Theory \textit{Lecture Notes}}
\author{N. Looper}
\date{Spring 2022}
\usepackage[textsize=tiny, textwidth=18mm]{todonotes}
\setuptodonotes{noline, color=green!20}
\usepackage{cancel}
\usetikzlibrary{cd}
\numberwithin{equation}{section}
\usepackage[all,cmtip]{xy}
\begin{document}
\maketitle
\begin{quote}
\quad These are lecture notes for Math 1560: Number Theory taught at \textsc{Brown University} by Nicole Looper in the Spring of 2022.
\quad These notes are taken by Jiahua Chen with gracious help and input from classmates. Please direct any mistakes/errata to me via email, or feel free to pull request the notes repository (\url{https://github.com/jchen/math1560-notes}).
\quad Notes last updated \today.
\end{quote}
\tableofcontents
\bibliographystyle{alpha}
\bibliography{bibliography}
\newpage
\input{lectures/2022-01-27.tex}
\input{lectures/2022-02-01.tex}
\input{lectures/2022-02-03.tex}
\input{lectures/2022-02-08.tex}
\input{lectures/2022-02-10.tex}
\input{lectures/2022-02-15.tex}
\input{lectures/2022-02-17.tex}
\input{lectures/2022-03-01.tex}
\input{lectures/2022-03-03.tex}
\input{lectures/2022-03-08.tex}
\input{lectures/2022-03-10.tex}
\input{lectures/2022-03-15.tex}
\input{lectures/2022-03-17.tex}
\input{lectures/2022-03-22.tex}
\input{lectures/2022-03-24.tex}
\input{lectures/2022-04-05.tex}
\input{lectures/2022-04-07.tex}
\input{lectures/2022-04-12.tex}
\input{lectures/2022-04-14.tex}
\input{lectures/2022-04-21.tex}
\input{lectures/2022-04-26.tex}
\input{lectures/2022-04-28.tex}
\input{lectures/2022-05-03.tex}
\end{document}