-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmain.tex
More file actions
101 lines (58 loc) · 1.76 KB
/
main.tex
File metadata and controls
101 lines (58 loc) · 1.76 KB
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
\documentclass[final]{cambridge7A}
\input{preamble}
% if these change, be sure to update the pdf metadata in preamble.tex
\title[Lecture Notes]{Formal Geometry and Bordism Operations}
\author{Eric Peterson}
% \date{{\footnotesize Compiled: \today \\ Git hash: {\gitAbbrevHash}{\gitDirty}}}
\copyrightline{%
Copyright {\textcopyright} 2015--2025 Eric Peterson \\
This is derived from a pre-publication draft.
The full version is available on the Cambridge University Press website.
Any reproduction, in whole or in part, requires written permission.
}
\begin{document}
\bookabstract{%
We present various results in algebraic topology, primarily stemming from operations in bordism homology, in a unifying framework coming from algebraic geometry, primarily stemming from formal schemes.
This includes introductory presentations of chromatic homotopy theory and of elliptic cohomology.
}
\bookkeywords{
55-01, % classroom textbook
55N22, % bordism homology
55N34, % elliptic homology
55P47, % infinite loopspaces
55R45, % homotopy and homology of BO, BU, ...
55S05, % primary operations
55S45, % Postnikov towers
55T15 % the Adams SS
}
\frontmatter
\maketitle
\include{preface}
\clearpage
\tableofcontents
\mainmatter
\include{intro}
\include{conventions}
\renewcommand\chaptername{Case Study}
\include{mo}
\include{quillen}
\include{finite}
\include{cooperations}
\include{sigma}
\appendix
\include{powerops}
\include{unknowns}
\endappendix
\addtocontents{toc}{\vspace{\baselineskip}}
\backmatter
\renewcommand{\refname}{Bibliography}
\renewcommand\bibsection{\chapter*{\refname}}
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{\refname}
\bibliographystyle{alpha}
\bibliography{main}
\cleardoublepage
\phantomsection
\printindex
\end{document}