preamble_main.tex 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. %%%%%%% Packages %%%%%%%
  2. \usepackage[dutch]{babel}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage[T1]{fontenc}
  5. \usepackage{microtype}
  6. \usepackage{textcomp}
  7. \usepackage{graphicx}
  8. % Caption issues
  9. \usepackage{capt-of}
  10. % Graphs
  11. \usepackage{pgf-pie}
  12. % Allow collumns in page
  13. \usepackage{multicol}
  14. % Add graphs
  15. \usepackage{pgfplots}
  16. \usepackage{pgfplotstable}
  17. % Table options
  18. \usepackage{booktabs}
  19. % Title
  20. \usepackage{titlesec}
  21. %%%%%%% Settings %%%%%%%
  22. % Paragraph
  23. \setlength{\parskip}{0pt}
  24. % Font
  25. \usepackage[scaled]{berasans}
  26. \renewcommand*\familydefault{\sfdefault}
  27. \usepackage{tgschola}
  28. % Title
  29. \titleformat{\section}[runin]
  30. {\rmfamily\Large\uppercase}
  31. {\thesection}
  32. {1ex}
  33. {}
  34. \titleformat{\subsection}[runin]
  35. {\rmfamily\large\uppercase}
  36. {\thesubsection}
  37. {1ex}
  38. {}
  39. \titleformat{\subsubsection}[runin]
  40. {\rmfamily\normalsize\uppercase}
  41. {\thesubsubsection}
  42. {1ex}
  43. {}
  44. %%%%%%% Commands %%%%%%%
  45. \newcommand{\premium}{{\fontfamily{lmr}\selectfont$\star$\hspace{1ex}}}
  46. \newcommand{\state}{Verenigde Nederlanden}