dissertation/overleaf/dissertation.tex
2025-04-06 14:33:08 +02:00

148 lines
4.1 KiB
TeX

\RequirePackage{fix-cm} %Verbesserte Computer Modern Font
% \documentclass[12pt, twoside, openright, a4paper]{scrbook}
\documentclass[
12pt,
a4paper,
bibliography=totoc,
oneside,
appendixprefix=true
]{scrbook}
\usepackage[USenglish]{babel} % Sprach- und Formatpaket
\usepackage[utf8]{inputenc} % Encoding, das Umlaute im Sourcetext erlaubt
\usepackage[babel, german=quotes]{csquotes} % Korrekte Anführungszeichen
\usepackage[lmargin=3cm,rmargin=2.5cm,tmargin=2.5cm,bmargin=2.5cm]{geometry} % Mainpulation der Seitenformatiierung
%\usepackage[lmargin=142pt,rmargin=95pt,tmargin=127pt,bmargin=123pt]{geometry}
\usepackage{physics} % zusätzliche Formatierungen für Formeln, lädt amsmath
\usepackage{amsfonts} % Mathematische Schriftarten
\usepackage{amssymb} % zusätzliche mathematische Symbole
\usepackage{wasysym} % für den \diameter befehl
\usepackage{bbm} % Lowercase mathbb
\usepackage{textcomp} % Enthält viele Sonderzeichen für Fließtext
\usepackage{nicefrac}
\usepackage[hidelinks, hypertexnames=false]{hyperref}
\usepackage[xindy, acronym, nogroupskip, section=chapter]{glossaries} % Abkürzungs- und Symbolverzeichnisse
\usepackage{nomencl}
\usepackage{etoolbox}
\usepackage{graphicx} % Bildimportierung
\usepackage[percent]{overpic}% Bildbeschriftung
\usepackage{subfig} % Untergrafiken
\usepackage[labelfont=bf]{caption} % Formatierung von Bild- und Tabellen-Titeln
\usepackage{siunitx} % Tabellen mit Zahlen-Formattierung
\usepackage{eso-pic} % Bildplatzierung im Hintergrund
\usepackage{transparent} % Transparenz von Text und Bild
% \usepackage{sectsty} % Titel Formattierung // incompatibel mit \part
\usepackage{xcolor} % Zugang zu Farben
\usepackage{rotating}
\usepackage{booktabs} % Bessere Tabellen Formattierung
\usepackage{multirow} % Mehrzeilige Tabelleneinträge
\usepackage{multicol} % Mehrspaltige Tabelleneinträge
\usepackage{makecell}
\usepackage{listings} % Quellcode Formatierung
\usepackage{enumerate}
\usepackage{tabularx}
%\usepackage{tocbibind} % Erzwingt selbstrefferenz des Inhaltsverzeichnisses
%\usepackage{caption} % Justierung der Beschreibungen
\usepackage{pdfpages}
\usepackage[backend=biber,
style=nature,%nature or numeric-comp
intitle=true,
autocite=plain,
sorting=none,
% natbib=true,
% uniquename=false,
date=year,
url=false,
doi=false,
isbn=false,
% maxbibnames=99,
giveninits=true,
date=year
]{biblatex} % Literaturverzeichnis, Formatierungsoptionen
\usepackage{lipsum} % LOREM IPSUM generator
\AtBeginDocument{\RenewCommandCopy\qty\SI}
\DeclareSIUnit{\wtpercent}{wt.\%}
\sisetup{per-mode = symbol, bracket-unit-denominator = false}
\newcommand{\vect}[1]{\vb*{#1}}
\newcommand{\tens}[1]{\vb*{#1}}
\newcommand{\tenf}[1]{\vb*{#1}}
\newcommand{\matr}[1]{\vb*{#1}}
% \newcommand{\dv}[2]{\frac{\mathrm{d}{#1}}{\mathrm{d}{#2}}}
% \newcommand{\pdv}[2]{\frac{\partial{#1}}{\partial{#2}}}
\newlength{\imagewidth}
\lstset{literate=%
{Ö}{{\"O}}1
{Ä}{{\"A}}1
{Ü}{{\"U}}1
{ß}{{\ss}}1
{ü}{{\"u}}1
{ä}{{\"a}}1
{ö}{{\"o}}1
{~}{{\textasciitilde}}1
{²}{{\textsuperscript{2}}}1
}%Ermöglicht dem Listings Package das lesen von Umlauten etc.
\bibliography{./Literatur/mevec}
% \makeglossaries
\makenomenclature
\title{Simulation of property evolution in induction heated crankshafts}
\author{Daniel G. Mevec}
\date{\today}
\pagestyle{plain}
\renewcommand\raggedpart{\raggedright}
\begin{document}
\frontmatter
\include{ProEpilog/0_title_affidavit}
\large
\include{ProEpilog/1_Acknowledgments}
\include{ProEpilog/2_Abstract}
\normalsize
\include{ProEpilog/3_Indices}
\mainmatter
\include{Kapitel/part1}
\include{Kapitel/introduction}
\include{Kapitel/state_of_the_art}
\include{Kapitel/part2}
\include{Kapitel/char_materials}
\include{Kapitel/char_process}
\include{Kapitel/validation_data}
\include{Kapitel/part3}
\include{Kapitel/simulation}
\include{Kapitel/validation}
% \include{Kapitel/part4}
\include{Kapitel/results}
\printbibliography
\include{./ProEpilog/4_Appendix}
%\include{./Kapitel/Anh-ANSYS}
%\include{./Kapitel/Anh-Fortran}
\end{document}