-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
80 lines (73 loc) · 1.89 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
72
73
74
75
76
77
78
79
80
% !TeX program = xelatex
\documentclass[twoside,12pt]{book}
\input{preamble.tex}
\def\FullBook\@empty
\pagestyle{fancy}
\setlength{\headheight}{15pt}
\fancyfoot{}
\fancyfoot[LE,RO]{\thepage}
\fancypagestyle{plain}{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[LE,RO]{\thepage}
}
\makeatletter
\def\cleardoublepage{\clearpage
\if@twoside
\ifodd\c@page\else
\vspace*{\fill}
\hfill
\begin{center}
This page intentionally left blank.
\end{center}
\vspace{\fill}
\thispagestyle{empty}
\newpage
\if@twocolumn\hbox{}\newpage\fi
\fi
\fi
}
\makeatother
\title{\Huge Lecture Notes in Complex Geometry}
\author{{\Large 二木昭人} (Akito Futaki)\\
Latex by 薛皓天 (Haotian Xue)}
\date{\Large Spring 2023}
\begin{document}
\maketitle
\frontmatter
\tableofcontents
\newpage
\mainmatter{}
\chapter{Introduction}
\import{chapters/}{lecture1.tex}
\import{chapters/}{lecture2.tex}
\import{chapters/}{lecture3.tex}
\import{chapters/}{lecture4.tex}
\import{chapters/}{lecture5.tex}
\import{chapters/}{lecture6.tex}
\import{chapters/}{lecture7.tex}
\import{chapters/}{lecture8.tex}
\import{chapters/}{lecture9.tex}
\import{chapters/}{lecture10.tex}
\chapter{Cohomology Theory of Sheaves}
\import{chapters/}{lecture11.tex}
\import{chapters/}{lecture12.tex}
\import{chapters/}{lecture13.tex}
\import{chapters/}{lecture14.tex}
\import{chapters/}{lecture15.tex}
\import{chapters/}{lecture16.tex}
\import{chapters/}{lecture17.tex}
\import{chapters/}{lecture18.tex}
\import{chapters/}{lecture19.tex}
\import{chapters/}{lecture20.tex}
\import{chapters/}{lecture21.tex}
\import{chapters/}{lecture22.tex}
\import{chapters/}{lecture23.tex}
\import{chapters/}{lecture24.tex}
\import{chapters/}{lecture25.tex}
\import{chapters/}{lecture26.tex}
\import{chapters/}{lecture27.tex}
\import{chapters/}{lecture28.tex}
\import{chapters/}{lecture29.tex}
\import{chapters/}{lecture30.tex}
\end{document}