%%%%%%% 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 %%%%%%% % Metadata \title{Rival Regions Tutorial} \author{B\`{e}rg C.} \date{\today} \newcommand{\theversion}{v0.3} % Set variables \makeatletter \let\thetitle\@title \let\theauthor\@author \let\thedate\@date \makeatother % 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}}