I'm struggling with page numbering in my document. Here's an example of my code:
Code: Select all
Code, edit and compile here:
\documentclass[article,11pt]{scrartcl}\usepackage[latin1]{inputenc}\usepackage{geometry}\geometry{verbose,a4paper,tmargin=15mm,bmargin=15mm,lmargin=15mm,rmargin=15mm}\usepackage{tgbonum}\renewcommand{\familydefault}{\sfdefault}\pagestyle{plain}\pagenumbering{arabic}\usepackage{graphicx}\title{Example}\author{Bumblebee}\date{\today}\begin{document}\maketitle\section{Missing numbering is a nightmare}As you can see there's no numbering!!\end{document}
Thanks in advance!