forked from mmasque/Sheaves-in-Topology-lecture-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
47 lines (42 loc) · 1.18 KB
/
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
39
40
41
42
43
44
45
46
47
\documentclass[a4paper, oneside]{memoir}
\usepackage[english]{babel}
\usepackage{sheaves}
% \usepackage{quiver}
\begin{document}
\begin{titlingpage}
\thispagestyle{empty}
\center
\vspace*{4cm}
{\LaptureCaption\LARGE Notes for the Master's course}\\[0.4cm]
{\LaptureCaption\Huge\itshape Sheaves in Topology}\\[1cm]
{\Large Taught at Utrecht University \\[.1cm] by Dr Remy van Dobben de Bruyn}\\[.4cm]
{\Large Notes by Ben Mason, Marcel Masqué Salgado, \\[.1cm] and Splinter Suidman}
\vfill
{\huge
\begin{tikzcd}
{\mathcal{F}(U)} & {\prod\limits_i\mathcal{F}(U_i)} & {\prod\limits_{i,j}\mathcal{F}(U_i \cap U_j)}
\arrow[from=1-1, to=1-2]
\arrow[shift left, from=1-2, to=1-3]
\arrow[shift right, from=1-2, to=1-3]
\end{tikzcd}
}
\vfill
{\large Spring 2024 \\[.1cm] Last update: \today}
\clearpage
\end{titlingpage}
\frontmatter
\pagestyle{plain}
\tableofcontents
\mainmatter
\aliaspagestyle{cleared}{plain}
\include{Lectures/Introduction}
\include{Lectures/Lecture 1}
\include{Lectures/Lecture 2}
\subfile{Lectures/Lecture 3}
\include{Lectures/Lecture 4}
\include{Lectures/Lecture 5}
\subfile{Lectures/Lecture 6}
\subfile{Lectures/Lecture 7}
\subfile{Lectures/Lecture 8}
\printbibliography
\end{document}