-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.tex
48 lines (32 loc) · 998 Bytes
/
notes.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
\documentclass{scrbook}
\usepackage{generalstyle}
\begin{document}
\frontmatter
\maketitle
\include{sections/preface}
\tableofcontents
\include{sections/conventions}
\mainmatter
\part{General Theory}
\include{sections/lie_algebras}
\include{sections/homomorphisms_and_derivations_of_lie_algebras}
\include{sections/representations}
\include{sections/extensions}
\include{sections/lie_algebra_cohomology}
\include{sections/the_universal_enveloping_algebra}
\include{sections/graded_and_filtered_algebras}
\include{sections/the_pbw_theorem}
\include{sections/lie_algebra_cohomology_2}
% \part{Semisimple Lie~Algebras}
% \include{sections/nilpotency_and_solvability}
% \include{sections/semisimple_lie_algebras}
% \include{sections/roots_and_reflections}
%
% \appendix
% \include{sections/appendix}
\backmatter
\emergencystretch = 1em % less overfull hboxes
\printbibliography
\printnoidxglossary[title = {List of Symbols}, type = symbols]
\printindex
\end{document}