28 lines
No EOL
591 B
TeX
28 lines
No EOL
591 B
TeX
\documentclass[german=false,thesistype=bachelor,nolistoftables,noabstract]{tubsthesis}
|
|
|
|
\usepackage{lipsum}
|
|
|
|
\input{thesisconfig.tex}
|
|
\addbibresource{bibliography.bib}
|
|
|
|
\thesisinstitute{Institute of Perfect Writing in IT}
|
|
|
|
\begin{document}
|
|
\thesisabstract{%
|
|
% Since `noabstract` is set, this abstract won't be printed
|
|
This is an english text.\\
|
|
\lipsum[1-2]
|
|
}
|
|
|
|
\begin{thesis}
|
|
|
|
\chapter{Introduction}
|
|
|
|
\lipsum[1-3]
|
|
|
|
\end{thesis}
|
|
|
|
\chapter{Storage Device}
|
|
Put a table of the contents of your attached Storage Device (SD card/USB flash drive) here.
|
|
Add explanations where needed!
|
|
\end{document} |