master-thesis/Main.tex
2021-11-05 19:32:55 +01:00

89 lines
1.5 KiB
TeX

\documentclass[12pt,twoside,openright]{book}
\usepackage[utf8]{inputenc}
%\usepackage{pdfpages}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{natbib}
\usepackage{subcaption}
\usepackage[plain]{fancyref}
\usepackage{rotating}
\usepackage{siunitx}
\sisetup{locale = DE}
\usepackage{enumitem}
\setlist{itemsep=3pt}
\usepackage[font={small,it}]{caption}
\usepackage{hyperref}
\usepackage{amsmath}
\numberwithin{equation}{section}
\usepackage{graphicx}
\graphicspath{ {./graphics/} }
\usepackage{float}
\floatstyle{boxed}
\restylefloat{wrapfigure}
\usepackage{wrapfig}
\usepackage[nottoc,numbib]{tocbibind}
\usepackage{geometry}
\geometry{
a4paper,
total={170mm,257mm},
inner=35mm,
top=15mm,
bottom=25mm,
outer=25mm
}
\usepackage{todonotes}
\setlength{\marginparwidth}{2cm}
\setlength{\parindent}{0pt}
\setlength{\parskip}{1em}
%% CUSTOM MACROS %%
\newcommand{\todoi}[1]{\todo[inline]{#1}}
%% END CUSTOM MACROS %%
\hypersetup{
pdftitle={Master Thesis - Nareshkumar Rao},
pdfsubject={Measuring Bulk Material Flow using Commercially-Available LIDAR Sensors},
pdfauthor={Nareshkumar Rao},
pdfkeywords={LIDAR, conveyor belt}
}
\begin{document}
\pagestyle{plain}
\emergencystretch 1.5em
\addtolength{\jot}{1em}
\frontmatter
\include{./1-Cover/Cover}
%\include{Abstract}
%\include{./I-Eides/Eides}
%\include{./II-Abkuerzungen/Abkuerzungen}
\tableofcontents
\mainmatter
\include{./2-Introduction/Introduction}
\include{./5-Conclusion/Conclusion}
\bibliographystyle{plain}
\bibliography{literatur}
\include{./6-Thanks/Thanks}
\end{document}