first draft

This commit is contained in:
Nareshkumar Rao
2022-02-03 00:19:38 +01:00
parent ee6844a508
commit 155c2ef126
41 changed files with 4492 additions and 138 deletions

View File

@ -1,12 +1,10 @@
\documentclass[12pt,twoside,openright]{scrbook}
\usepackage[utf8]{inputenc}
%\usepackage{pdfpages}
\usepackage{amsfonts}
\usepackage{amssymb}
%\usepackage{natbib}
\usepackage{biblatex}
\usepackage[defernumbers=true]{biblatex}
\addbibresource{literatur.bib}
\usepackage{subcaption}
@ -16,7 +14,7 @@
\usepackage{siunitx}
\sisetup{locale = DE}
\usepackage{enumitem}
\usepackage[inline]{enumitem}
\setlist{itemsep=3pt}
\usepackage[font={small,it}]{caption}
@ -37,13 +35,18 @@
\usepackage{wrapfig}
%\usepackage[nottoc,numbib]{tocbibind}
\usepackage{multirow}
\usepackage{tabularx}
\usepackage{tablefootnote}
\usepackage{siunitx}
%\usepackage{palatino}
\usepackage{geometry}
\geometry{
a4paper,
total={170mm,257mm},
inner=35mm,
inner=30mm,
top=15mm,
bottom=25mm,
outer=25mm
@ -75,6 +78,8 @@ pdfauthor={Nareshkumar Rao},
pdfkeywords={LIDAR, conveyor belt}
}
\raggedbottom
\begin{document}
\pagestyle{plain}
\emergencystretch 1.5em
@ -85,11 +90,10 @@ pdfkeywords={LIDAR, conveyor belt}
\include{./0-Cover/Cover}
\include{Abstract}
\include{./6-Thanks/Thanks}
\include{./I-Eides/Eides}
%\include{./II-Abkuerzungen/Abkuerzungen}
\include{./I-Abstract/Abstract}
\include{./II-Thanks/Thanks}
\include{./III-Eides/Eides}
%\include{./II-Glossary/Glossary}
\setcounter{secnumdepth}{2}
\setcounter{tocdepth}{1}
@ -109,7 +113,10 @@ pdfkeywords={LIDAR, conveyor belt}
%\bibliographystyle{plain}
%\bibliography{literatur}
\printbibliography
\printbibheading[heading=bibintoc]
\printbibliography[notkeyword=online,title=Academic References,heading=subbibintoc]
\printbibliography[keyword=online,title=Online References,heading=subbibintoc]
%\listoftodos
\end{document}