2
0

preamble_main.tex 922 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. %%%%%%% Packages %%%%%%%
  2. \usepackage[dutch]{babel}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage[T1]{fontenc}
  5. % micro-typographic extensions
  6. \usepackage{microtype}
  7. % Allow collumns in page
  8. \usepackage{multicol}
  9. % Table options
  10. \usepackage{booktabs}
  11. %%%%%%% Settings %%%%%%%
  12. % Font
  13. \usepackage[scaled]{berasans}
  14. \renewcommand*\familydefault{\sfdefault}
  15. \usepackage{tgschola}
  16. % Title
  17. \usepackage{titlesec}
  18. \titleformat{\section}[runin]
  19. {\rmfamily\Large\uppercase}
  20. {\thesection}
  21. {1ex}
  22. {}
  23. \titleformat{\subsection}[runin]
  24. {\rmfamily\large\uppercase}
  25. {\thesubsection}
  26. {1ex}
  27. {}
  28. \titleformat{\subsubsection}[runin]
  29. {\rmfamily\normalsize\uppercase}
  30. {\thesubsubsection}
  31. {1ex}
  32. {}
  33. %%%%%%% Commands %%%%%%%
  34. \newcommand{\premium}{{\fontfamily{lmr}\selectfont$\star$\hspace{1ex}}}
  35. \newcommand{\state}{Verenigde Nederlanden}
  36. \newcommand{\horrule}{\par\noindent\rule{\textwidth}{0.4pt}}