forked from antjeHP/lecutres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.tex
54 lines (49 loc) · 1.3 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
\documentclass[a4paper, 10pt, oneside, openany, bibliography=totocnumbered]{scrbook}
% bibliography-totocnumbered: Adds bibliography to toc.
\usepackage{styles/generalstyle}
\makeatletter
\renewcommand*\env@matrix[1][*\c@MaxMatrixCols c]{%
\hskip -\arraycolsep
\let\@ifnextchar\new@ifnextchar
\array{#1}}
\makeatother
\usepackage{gauss}
\usetikzlibrary{arrows.meta}
\addbibresource{references.bib}
\usepackage{array}
\setcounter{MaxMatrixCols}{20}
\begin{document}
% informations for the titlepage
\subject{Vorlesungsmitschriften}
\title{Grundvorlesungen}
\subtitle{
Universität Bonn \footnote{
\centering
% Letzte Änderung: \today
}
\\
Semester 1
}
\author{Fabian}
\publishers{
Online aufrufbar auf \texttt{\url{https://github.com/git-fabus/lecutres/blob/main/notes.pdf}.}
\\
Veränderungsvorschläge und Verbesserungen bitte an \text{\href{mailto:[email protected]}{[email protected]}.}
}
\frontmatter
\maketitle
\include{chapters/preface}
\tableofcontents
% TODO: Add general conventions.
\mainmatter
\include{chapters/ana1}
\include{chapters/ana2}
\include{chapters/alma1}
\include{chapters/alma2}
\appendix % still a part of mainmatter
%\include{chapters/part_appendices}
\backmatter
% TODO: Add list of symbols.
% TODO: Add an index.
%\include{chapters/bibliography}
\end{document}