123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- %%%%%%% Packages %%%%%%%
- \usepackage[dutch]{babel}
- \usepackage[utf8]{inputenc}
- \usepackage[T1]{fontenc}
- % micro-typographic extensions
- \usepackage{microtype}
- % Allow collumns in page
- \usepackage{multicol}
- % Table options
- \usepackage{booktabs}
- %%%%%%% Settings %%%%%%%
- % Font
- \usepackage[scaled]{berasans}
- \renewcommand*\familydefault{\sfdefault}
- \usepackage{tgschola}
- % Title
- \usepackage{titlesec}
- \titleformat{\section}[runin]
- {\rmfamily\Large\uppercase}
- {\thesection}
- {1ex}
- {}
- \titleformat{\subsection}[runin]
- {\rmfamily\large\uppercase}
- {\thesubsection}
- {1ex}
- {}
- \titleformat{\subsubsection}[runin]
- {\rmfamily\normalsize\uppercase}
- {\thesubsubsection}
- {1ex}
- {}
- %%%%%%% Commands %%%%%%%
- \newcommand{\premium}{{\fontfamily{lmr}\selectfont$\star$\hspace{1ex}}}
- \newcommand{\state}{Verenigde Nederlanden}
- \newcommand{\horrule}{\par\noindent\rule{\textwidth}{0.4pt}}
|