-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathNotes_for_complex_geometry_by_huybrechets.tex
113 lines (96 loc) · 4.53 KB
/
Notes_for_complex_geometry_by_huybrechets.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
\documentclass[lang=en,12pt]{beautybook}
\definecolor{coverbgcolor}{HTML}{e0e0e0}
\definecolor{coverfgcolor}{HTML}{203744} % The color of the background
\definecolor{coverbar}{HTML}{7c9092} % The color of the left bar
\definecolor{bottomcolor}{HTML}{2c4f54}
\definecolor{nuanbai}{HTML}{f5f5f5}
\pagecolor{nuanbai}
\beautybookstyle={
cover-choose=en, % en/cn/enfig/birkar
math-font=fourier, % plain/mtpro2/fourier
sidebar=off, % on/off
}
\usepackage{stys/beautybook-ensettings}
\newcommand{\Wedge}[1][]{\tikz\path [draw,line width=1pt] (0,0)--++(4pt,12pt) node[right,font=\scriptsize] {#1} --++(4pt,-12pt);}
\newtheorem{note}{Note}
\begin{document}
\thispagestyle{empty}
\title{An Introduction to Complex Geometry}
\subtitle{}
\edition{First Edition}
\bookseries{Notes Series}
\author{Ethan Lu (Original author: Daniel Huybrechts)}
\pressname{beautybook}
\presslogo{beautybook-logo}
\coverimage{hummingbird-8013214}
\makecover
\makeatletter
% ---------------------------------------------------------------------------- %
% The Sidebar Theme Chosen %
% ---------------------------------------------------------------------------- %
\definecolor{bg}{HTML}{e0e0e0}
\definecolor{fg}{HTML}{2c4f54}
\colorlet{outermarginbgcolor}{bg} % The foreground color of the sidebar
\colorlet{outermarginfgcolor}{fg} % The background color of the sidebar
% set the contents of the outer margin on even and odd pages for scrheadings, plain and scth
% \oddoutermargin{\sffamily \leftmark} % Odd 奇数页
% \evenoutermargin{\sffamily\@title} % Even 偶数页
% ---------------------------------------------------------------------------- %
% The Sidebar Theme Chosen %
% ---------------------------------------------------------------------------- %
% ---------------------------------------------------------------------------- %
% The images used in the title %
% ---------------------------------------------------------------------------- %
\titleimage{
chapteroddimage={odd1,odd2,odd3,odd4,odd5,odd6,odd7,odd8,odd9,odd10,odd11,odd12,odd13,odd14,odd15,mid1,mid2,mid3,mid4,mid5,mid6,mid7,mid8,mid9,mid10,mid11},
%
partoddimage={odd1,odd2,odd3,odd4,odd5,odd6,odd7,odd8,odd9,odd10,odd11,odd12,odd13,odd14,odd15,mid1,mid2,mid3,mid4,mid5,mid6,mid7,mid8,mid9,mid10,mid11},
%
chapterevenimage={songeven,even1,even2,even3,even4,mid1,mid2,mid3,mid4,mid5,mid6,mid7,mid8,mid9,mid10,mid11},
%
partevenimage={songeven,even1,even2,even3,even4,mid1,mid2,mid3,mid4,mid5,mid6,mid7,mid8,mid9,mid10,mid11},
}
\chapimage{\beautybook@chapterimagename} % 会自动改变
\partimage{\beautybook@partimagename} % 会自动改变
\makeatother
% ---------------------------------------------------------------------------- %
% The images used in the title %
% ---------------------------------------------------------------------------- %
% ---------------------------------------------------------------------------- %
% The Color Chosen for The Magic Box %
% ---------------------------------------------------------------------------- %
\colorlet{framegolden}{fg} % The line color of the magic box
\colorlet{framegray}{bg!50} % The background color of the magic box
% ---------------------------------------------------------------------------- %
% The Color Chosen for The Magic Box %
% ---------------------------------------------------------------------------- %
\frontmatter
\pagenumbering{Roman}
{% Preface
\thispagestyle{empty}
% \addcontentsline{toc}{chapter}{Preface}
\chapter*{Preface}
Here is a comprehensive list of the academic papers that I have perused.
\hfill
\begin{tabular}{lr}
&-- Ethan Lu\\
&2024-07-02
\end{tabular}
\clearpage}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\thispagestyle{empty}
\tableofcontents\let\cleardoublepage\clearpage
\mainmatter
\pagenumbering{arabic}
\partabstract{A small introduction A small introduction A small introduction A small introduction A small introduction A small introduction}
\part{Complex Geometry by Huybrechts}
\newcommand{\R}{\mathbb{R}}
\input{maincontents/chap1}
\input{maincontents/chapter2-complex-manifolds}
\partabstract{}\part{Hodge Structure}
\printbibliography[heading=bibintoc,title={Bibliography}]\printindex\thispagestyle{empty}
\bottomimage{hummingbird-8013214}
\ISBNcode{\EANisbn[ISBN=978-80-7340-097-2]} %
\summary{A Research Notes Series For papers.}
\makebottomcover
\end{document}