| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 | 
%%%%%%% 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}{v1.0}% 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}}
 |