#LaTeXtip: to reset page numbers write \setcounter{page}{0}, to increment by 2 pages write \addtocounter{page}{2}, and to change styles write \renewcommand{\thepage}{\roman{page}} and use either roman (I, II etc), alph (a, b etc), Alph (A, B etc) or arabic (1, 2 etc)

#LaTeXTip: scandinavian letters in LaTeX can be written without usepackage as \aa(å), \AA (Å), \”a (ä), \”A (Ä), \”o (ö), \”O (Ö), \o (ø), \ae (æ) and \AE (Æ) – remember to add an extra space after the command