This repository was archived by the owner on Mar 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
121 lines (106 loc) · 4.29 KB
/
main.tex
File metadata and controls
121 lines (106 loc) · 4.29 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
\input{header}
\usepackage{subfiles} % Subfiles einbinden
\newcommand{\thesisTitle}{
\begin{sffamily}
\vspace{0.5em}
\centering
\Huge\textbf{\docTitle}\\
\vspace{2.5em}
\huge\textbf{\docThesisType}\\ \vspace{1em}
\vspace{0.1em}
\centering\large vorgelegt von\\
\vspace{1em}
\Large\textbf{\docAuthor}\\
\vspace{1em}
an der\\
% \vspace{2em}
\includegraphics[width=\textwidth]{bilder/logo/UniKonstanz_Logo_Optimum.pdf}\\
\Large\docUnisection\\
\Large\docDepartment\\
\vspace{2em}
\centering\begin{tabular}{lll}%
Gutachter: & & \docSupervisorOne \\
% 2. Gutachter: & & \docSupervisorTwo\\%
Betreuer: & & J. Schlegel \\%
\end{tabular}\\
\end{sffamily}
}%
\date{01.10.2023}
\year{2023}
\author{Emil Steiner}
\title{Computersimulationen der Spinfluktuationen in einem Orthoferrit}
\subtitle{}
\thesisType{Bachelorarbeit}
\unisection{Naturwissenschaftliche Fakultät}
\department{Fachbereich Physik}
\supervisorOne{Prof. Dr. U. Nowak}
\supervisorTwo{Prof. Dr. Platzhalter}
\begin{document}
%---------------------------------------------------------------------------------------------%
%------------------------------------------TITELSEITE-ABSTRACT----------------------------------------%
%---------------------------------------------------------------------------------------------%
\thesisTitle
\thispagestyle{empty}
\pagenumbering{alph}
\newpage
% Griechische (unsichtbare) Seitenzahlen, damit kein doppeltes Vorkommen
% \includepdf{out/titlepage.pdf}
%---------------------------------------------------------------------------------------------%
%------------------------------------------INHALTSVERZEICHNIS---------------------------------%
%---------------------------------------------------------------------------------------------%
\tableofcontents
\thispagestyle{empty} % Seite ohne Seitenkopf
\newpage
\setcounter{page}{1} % Seitenzahle auf 1 Setzen
\pagenumbering{arabic} % Arabische Seitenzahlen
%---------------------------------------------------------------------------------------------%
%------------------------------------------DOKUMENTENKÖRPER-----------------------------------%
%---------------------------------------------------------------------------------------------%
\subfile{1-einleitung}
\subfile{2-theorie}
\subfile{3-methoden}
\subfile{4-diskussion}
\subfile{5-fazit}
% Gliederung:
% 1. Einleitung
% 2. Theoretische Grundlagen
% 1. Heisenberg Modell (weniger ausführlich)
% 2. Bewegungsgelichung: Landau-Lifschitz-Gilbert Gleichung
% 3. Modellierung von Orthoferrit (SaErFeO)
% 4. Telegrafenrauschen (Markow-Prozess)
% 1. Spektrale Leistungsdichte und Autocovarianz
% 3. Simulation und Analyse
% 1. Numerische Simulation (kurz)
% 2. Algorithmus zur Extraktion von TGR (ausführlich)
% 3. Fourrier Transformation
% 4. Diskussion und Auswertung der Ergebnisse (Telegrafenrauschen in SaErFeO3)
% 1. Extraktion des Telegrafenrauschens
% 2. ohne B
% 1. zeitdomäne
% 2. Frequenzdomäne
% 3. verleich
% 3. mit B
% 1. zeitdomäne
% 2. Frequenzdomqnde
% 3. vergleich
% 5. Fazit
%---------------------------------------------------------------------------------------------%
%------------------------------------------QUELLENVERZEICHNIS---------------------------------%
%---------------------------------------------------------------------------------------------%
\newpage
\bibliography{literatur}
% \bibliographystyle{babalpha}
%---------------------------------------------------------------------------------------------%
%------------------------------------------ABBILDUNGSVERZEICHNIS------------------------------%
%---------------------------------------------------------------------------------------------%
\newpage
\listoffigures
%---------------------------------------------------------------------------------------------%
%------------------------------------------TABELLENVERZEICHNIS--------------------------------%
%---------------------------------------------------------------------------------------------%
% \listoftables
%---------------------------------------------------------------------------------------------%
%------------------------------------------ANHÄNGE--------------------------------------------%
%---------------------------------------------------------------------------------------------%
\subfile{6-Anhang}
\end{document}