31 lines
745 B
TeX
31 lines
745 B
TeX
|
% Created 2024-05-10 Fri 11:28
|
||
|
% Intended LaTeX compiler: pdflatex
|
||
|
\documentclass[a4paper, 10pt, DIV=12, parskip=full, bibliography=totoc]{scrreprt}
|
||
|
|
||
|
\input{preamble.tex}
|
||
|
\input{preamble_extra.tex}
|
||
|
\bibliography{nass-introduction.bib}
|
||
|
\author{Dehaeze Thomas}
|
||
|
\date{\today}
|
||
|
\title{Nano Active Stabilization System - Conclusion}
|
||
|
\hypersetup{
|
||
|
pdfauthor={Dehaeze Thomas},
|
||
|
pdftitle={Nano Active Stabilization System - Conclusion},
|
||
|
pdfkeywords={},
|
||
|
pdfsubject={},
|
||
|
pdfcreator={Emacs 29.3 (Org mode 9.6)},
|
||
|
pdflang={English}}
|
||
|
\usepackage{biblatex}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\maketitle
|
||
|
\tableofcontents
|
||
|
|
||
|
\clearpage
|
||
|
|
||
|
\chapter{Conclusion}
|
||
|
\chapter{Recommendation for further research}
|
||
|
\printbibliography[heading=bibintoc,title={Bibliography}]
|
||
|
\end{document}
|