-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnotes.tex
68 lines (41 loc) · 1.27 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
\documentclass[a4paper, 10pt, oneside, openany, bibliography=totocnumbered, index=totoc]{scrbook}
% bibliography-totocnumbered: Adds bibliography to toc.
\usepackage{generalstyle}
\begin{document}
% informations for the titlepage
\subject{Lecture Notes for}
\title{Foundations in \\ Representation Theory}
\subtitle{With a View Towards Homological Algebra}
\date{
Winter Semester 2018/19\footnote{
Last Changes: \texttt{\gitAuthorIsoDate}
\hfill
Commit: \texttt{\gitAbbrevHash}
}
\\
University of Bonn
}
\author{Jendrik Stelzner}
\publishers{
Available at \texttt{\url{https://github.com/cionx/foundations-in-representation-theory-notes-ws-18-19}.}
\\
Please send comments and corrections at \texttt{\href{mailto:stelzner@uni-bonn.de}{stelzner@uni-bonn.de}.}
}
\frontmatter
\maketitle
\include{preface}
\tableofcontents
\mainmatter
\include{sections/algebras_and_modules}
\include{sections/categories_and_functors}
\include{sections/additive_and_abelian_categories}
\include{sections/complexes}
\include{sections/derived_functors}
\include{sections/projective_and_injectives_in_interesting_categories}
\include{sections/extensions}
\backmatter
% TODO: Add list of symbols.
\printindex
\input{bibliographystyle.sty}
\printbibliography
\end{document}