-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpreamble.tex
34 lines (34 loc) · 1.09 KB
/
preamble.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
\documentclass[a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[dutch]{babel}
\usepackage{siunitx,amsmath, epic, eepic, float, subfig, amsfonts, color, amsthm, textcomp, microtype, fullpage}
\usepackage[parfill]{parskip}
\usepackage[pdftex]{graphicx}
\usepackage[titletoc,title]{appendix}
\usepackage{standalone}
\usepackage{array}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{pdfpages}
\pgfplotsset{compat=1.12}
\usepackage{color}
\definecolor{bluekeywords}{rgb}{0.13,0.13,1}
\definecolor{greencomments}{rgb}{0,0.5,0}
\definecolor{redstrings}{rgb}{0.9,0,0}
\usepackage[font=small,format=plain,labelfont=bf,textfont=it]{caption}
\usepackage[linkcolor=black,urlcolor=blue,citecolor=black]{hyperref}
\usepackage[superscript,biblabel]{cite}
\hypersetup{colorlinks=true}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
\linespread{1.3}
\usepackage{beramono}
\usepackage{helvet}
\usepackage{tabulary}
\usepackage{longtable}
\usepackage{tabu}
\usepackage{todonotes}
\tabulinesep=1.2mm
\renewcommand*{\familydefault}{\sfdefault}
\renewcommand\arraystretch{1.7}
\usepackage{multirow}