-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmain.tex
37 lines (29 loc) · 891 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
\documentclass[11pt]{scrreprt}
\usepackage[sexy,bib]{evan}
\input{preamble.sty}
\addbibresource{thesis/refs.bib}
\begin{document}
\title{Evan's PhD Notebook}
\subtitle{\url{https://github.com/vEnhance/evans-phd-notebook/}}
\date{10 November 2021}
\maketitle
\begin{abstract}
This has some notes I took on material mostly before my qualifying exams.
It's not polished or cleaned up at all,
so it's unlikely to be useful as a reference,
but maybe can give you an idea of what I was reading about back in 2020.
\end{abstract}
\tableofcontents
\part{Classical theory}
\include{notes/prereqs}
\include{notes/modforms}
\include{notes/hecke}
\part{Towards adeles}
\include{notes/adeles}
\include{notes/tate}
\include{notes/adelization}
\part{Automorphic forms and representations}
\include{notes/autrep}
\include{notes/whittaker}
\printbibliography[title=References]
\end{document}