summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bfh-ci/DEMO-BFHThesis.tex
blob: 06ef7515ccc7cd72769c186330282dc2b79980e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
%============================ MAIN DOCUMENT ================================
% define document class
\documentclass[
	a4paper               % paper format
%	,10.5pt               % fontsize
%	,BCOR=18mm            % Binding correction
	,bibliography=totoc   % If enabled add bibliography to TOC
	,listof=totoc         % If enabled add lists to TOC
%	,bilingual
	,monolingual
]{bfhthesis}              % KOMA-script report

\usepackage[
	hidelinks,
	pdfusetitle,
]{hyperref}

\begin{document}

\frontmatter

\title{Bachelor's Thesis}
\subtitle{Thesis subject}
\author{Anton Muster \and Cindy Example}
\institution{Bern University of Applied Sciences}
\department{Technik und Informatik}
\institute{Mikro- und Medizintechnik}
\version{1.0}
\titlegraphic{\includegraphics[width=\width]{example-image}}
\advisor{Prof. Dr. Super Smart}
\coadvisor{PhD A. Smart}
\projectpartner{proj partner}
\expert{Some expert}
\degreeprogram{Bachelor of Science in Computer Science}

%----------------  BFH tile page   -----------------------------------------
\maketitle

\addchap{Abstract}
Here an abstract might be placed.


%------------ TABLEOFCONTENTS ----------------
\tableofcontents

%------------ START MAIN PART ----------------
\mainmatter

\chapter{First chapter of the main part}

\appendix

\chapter{First appendix Chapter}


\end{document}