-
Notifications
You must be signed in to change notification settings - Fork 0
/
master_thesis.tex
73 lines (56 loc) · 1.31 KB
/
master_thesis.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
\documentclass[%
12pt,
english,
onesided,
a4paper,
%BCOR=0mm,
headsepline=true,
numbers=noendperiod,
appendixprefix=true
]%
{book}
\usepackage{master}
%\addbibresource{references.bib}
\begin{document}
\pagestyle{plain}
\input{tex/00-Frontpage}\clearpage
\frontmatter
\input{tex/01-Abstract}\clearpage
\input{tex/01-Sammendrag}\clearpage
\input{tex/02-Credits}\clearpage
\input{tex/04-Metacommentary}\clearpage
\vspace*{-2.3cm}
\tableofcontents\clearpage
\input{tex/05-Introduction2}\clearpage
\input{tex/04-Overview}\clearpage
\mainmatter
\pagestyle{fancy}
\input{tex/chapter1}
\input{tex/10-DGAs}
\input{tex/11-Model_categories}
\input{tex/12-Modelstructure_DGA}
\input{tex/chapter2}
\input{tex/20-Massey}
\input{tex/chapter3}
\input{tex/29-Stasheff_associahedra}
\input{tex/30-Deformation_retraction}
\input{tex/chapter4}
\input{tex/31-A_infinity}
\input{tex/91-Rooted_trees}
\input{tex/92-More_rooted_trees}
\input{tex/93-Kadeishvilis_theorem}
\input{tex/94-Uniform_vanishing}
\input{tex/chapter5}
\input{tex/95-Applications}
%\input{tex/96-Further_studies}
\input{tex/99-Summary}
\appendix
\input{tex/appendixA}
\input{tex/97-Appendix1}
\input{tex/appendixB}
\input{tex/98-Appendix2}
\bibliographystyle{alpha}
\bibliography{references}
%\printbibliography
\printindex
\end{document}