This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbachproef-gids.tex
62 lines (39 loc) · 1.87 KB
/
bachproef-gids.tex
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
57
58
59
60
61
\documentclass[dutch,fbo,report]{hogentreport}
%\usepackage{hogent-report-titlepage} % Voorpagina
\usepackage{subcaption}
\graphicspath{{img/}}
\addbibresource{voorbeelden.bib}
\addbibresource{referenties.bib}
\author{Bert {Van Vreckem}, Jens Buysse}
\title[Een praktische gids]{De bachelorproef informatica}
\academicyear{2019-2020}
\begin{document}
%\inserttitlepage[maincolor]
\maketitle
%---------- Colofon -----------------------------------------------------------
\newpage
~\vfill
\thispagestyle{empty}
\noindent Copyright \copyright\ 2016-2020 Bert Van Vreckem \& Jens Buysse % Copyright notice
\noindent \textit{Dit werk valt onder de \href{http://creativecommons.org/licenses/by-sa/4.0/}{Creative Commons Naamsvermelding-GelijkDelen 4.0 Internationale Publieke Licentie}. De vormgeving is gebaseerd op Pieter van der Kloet's \href{https://github.com/pvdk/hogent-latex-thesis}{thesis-sjabloon voor HOGENT}.}
\noindent \textit{\today} % Printing/edition date
\vspace{3cm}
%---------- Inhoudstafel ------------------------------------------------------
%\usechapterimagefalse
\tableofcontents % Print the table of contents itself
%\cleardoublepage % Forces the first chapter to start on an odd page so it's on the right
%---------- Corpus ------------------------------------------------------------
\include{inleiding}
\include{voorbereiding}
\include{onderwerp}
\include{literatuuronderzoek}
\include{onderzoeksmethoden}
\include{resultaten-rapporteren}
\include{schrijven}
%---------- Back matter -------------------------------------------------------
% In de bibliografie niet de bronnen uit voorbeeld.bib afdrukken. Alle bronnen
% in voorbeeld.bib moeten in het veld ``keywords'' ook de term ``voorbeeld''
% bevatten.
\printbibliography[notkeyword=voorbeeld]
\addcontentsline{toc}{chapter}{\textcolor{title}{\IfLanguageName{dutch}{Bibliografie}{Bibliography}}}
\end{document}