-
Notifications
You must be signed in to change notification settings - Fork 1
/
thesis.tex
56 lines (44 loc) · 1.16 KB
/
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
\documentclass[english]{AMmasterArbeit}
\def\mainpath{.}
\def\tikzpath{./fig/tikz}
\def\studypath{../studies}
\input{header}
\addbibresource{literature.bib}
%\usepackage{hyperref}
%\usepackage{cite}
%\bibliography{literature.bib}
\usepackage{blindtext}
%\usepackage{showframe}
\usepackage[subpreambles=false]{standalone}
\usetikzlibrary{positioning}
\usepackage{pgfplots}
\usepackage{pgfplotstable}
\usepgfplotslibrary{groupplots}
%\usepackage{showlabels}
%\usepackage[subsection]{placeins}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\includeonly{cha_feti-solvers}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\setlength{\footskip}{10mm}
%\footskip=1pt
\begin{document}
\frontmatter
\maketitle
%%%%\include{Danksagung}
\PrintTablesAndListsOfContents
\include{Nomenclature}
\mainmatter
\newgeometry{left=0.8in,right=0.8in,top=1in,bottom=3cm}
\include{cha_introduction}
\include{cha_fe-formulation}
\include{cha_feti-formulation}
\include{cha_iterative_solvers}
\include{cha_feti-solvers}
\include{cha_numerical-assesment}
\include{cha_summary}
\include{cha_outlook}
%\pagepreak
\backmatter
\AMPrintBibliography
%\bibliographystyle{plain}
\end{document}