|  | @@ -4,36 +4,22 @@
 | 
	
		
			
				|  |  |  \usepackage[dutch]{babel}
 | 
	
		
			
				|  |  |  \usepackage[utf8]{inputenc}
 | 
	
		
			
				|  |  |  \usepackage[T1]{fontenc}
 | 
	
		
			
				|  |  | +% micro-typographic extensions
 | 
	
		
			
				|  |  |  \usepackage{microtype}
 | 
	
		
			
				|  |  | -\usepackage{textcomp}
 | 
	
		
			
				|  |  | -\usepackage{graphicx}
 | 
	
		
			
				|  |  | -% Caption issues
 | 
	
		
			
				|  |  | -\usepackage{capt-of}
 | 
	
		
			
				|  |  | -% Graphs
 | 
	
		
			
				|  |  | -\usepackage{pgf-pie}
 | 
	
		
			
				|  |  |  % Allow collumns in page
 | 
	
		
			
				|  |  |  \usepackage{multicol}
 | 
	
		
			
				|  |  | -% Add graphs
 | 
	
		
			
				|  |  | -\usepackage{pgfplots}
 | 
	
		
			
				|  |  | -\usepackage{pgfplotstable}
 | 
	
		
			
				|  |  |  % Table options
 | 
	
		
			
				|  |  |  \usepackage{booktabs}
 | 
	
		
			
				|  |  | -% Title
 | 
	
		
			
				|  |  | -\usepackage{titlesec}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  %%%%%%% Settings %%%%%%%
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -% Paragraph
 | 
	
		
			
				|  |  | -\setlength{\parskip}{0pt}
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  % Font
 | 
	
		
			
				|  |  |  \usepackage[scaled]{berasans}
 | 
	
		
			
				|  |  |  \renewcommand*\familydefault{\sfdefault}
 | 
	
		
			
				|  |  |  \usepackage{tgschola}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  % Title
 | 
	
		
			
				|  |  | +\usepackage{titlesec}
 | 
	
		
			
				|  |  |  \titleformat{\section}[runin]
 | 
	
		
			
				|  |  |      {\rmfamily\Large\uppercase}
 | 
	
		
			
				|  |  |      {\thesection}
 | 
	
	
		
			
				|  | @@ -52,8 +38,8 @@
 | 
	
		
			
				|  |  |      {1ex}
 | 
	
		
			
				|  |  |      {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |  %%%%%%% Commands %%%%%%%
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  \newcommand{\premium}{{\fontfamily{lmr}\selectfont$\star$\hspace{1ex}}}
 | 
	
		
			
				|  |  |  \newcommand{\state}{Verenigde Nederlanden}
 | 
	
		
			
				|  |  | +\newcommand{\horrule}{\par\noindent\rule{\textwidth}{0.4pt}}
 |