-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.tex
71 lines (62 loc) · 2.53 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
\documentclass[a4paper, oneside]{memoir}
\usepackage[english]{babel}
\usepackage{sheaves}
\makeindex
% 4f6654 green 364f76 blue
\definecolor{titlepagebackground}{HTML}{364f76}
\definecolor{wheat}{HTML}{fcbd53}
% \usepackage{quiver}
\begin{document}
\begin{titlingpage}
\thispagestyle{empty}
\begin{tikzpicture}[remember picture,overlay]
% dimensions of goncharova-harvesting.jpg: width = 1800 px, height = 1743 px
\node[xshift=-.5*1800/1743*1.1\paperheight, yshift=-.05\paperheight] at (current page.east) {\includegraphics[height=1.1\paperheight]{./goncharova-harvesting.jpg}};
\node[yshift=-5.5cm] at (current page.north) [text width=13cm, text height=8cm, fill=titlepagebackground] {};
\node[yshift=-5.5cm] at (current page.north) [text width=12.7cm, text height=7.7cm, draw=wheat, line width=0.08cm] {};
\node[yshift=-2.5cm, white] at (current page.north) {\huge\itshape\textsf{Lecture notes for the Master's course}};
\node[yshift=-3.5cm, text=wheat] at (current page.north) {\HUGE\bfseries\OpenSansLight\textls{SHEAVES IN TOPOLOGY}};
\node[yshift=-5cm, white] at (current page.north) {\LARGE\textsf{Taught at Utrecht University}};
\node[yshift=-5.5cm, white] at (current page.north) {\LARGE\textsf{by Dr Remy van Dobben de Bruyn}};
\node[yshift=-6.5cm, white] at (current page.north) {\LARGE\textsf{Notes by Ben Mason, Marcel Masqué Salgado,}};
\node[yshift=-7cm, white] at (current page.north) {\LARGE\textsf{and Splinter Suidman}};
\node[yshift=-8cm, white] at (current page.north) {\LARGE\textsf{Spring 2024}};
\node[yshift=-8.5cm, white] at (current page.north) {\Large\textsf{Last update: \today}};
\end{tikzpicture}
\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}
\include{Lectures/Lecture 9}
\include{Lectures/Lecture 10}
\subfile{Lectures/Lecture 11}
\include{Lectures/Lecture 12}
\subfile{Lectures/Lecture 13}
\subfile{Lectures/Lecture 14}
\include{Lectures/Lecture 15}
\include{Lectures/Lecture 16}
\include{Lectures/Lecture 17}
\include{Lectures/Lecture 18}
\include{Lectures/Lecture 19}
\include{Lectures/Lecture 20}
\appendix
\include{Lectures/Appendix computing cohomology and pushforwards}
\printbibliography
\printindex
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: