I'm writing the abstract for my bachelor thesis. Therefore I use LaTeX. Now I have the structure of my document, but it always prints me a page number on the page. It is only one page and instead of my title (abstract) und my abstract text there should be anything on the page.
The command \pagestyle{empty} should remove all header & footer, but it doesn't work
Here's my Script:
\documentclass[a4paper,12pt,headsepline,smallheadings]{scrartcl}
\usepackage[ngerman]{babel}
\usepackage[applemac]{inputenc}
\typearea{12}
\pagestyle{empty}
\title{Abstract}
\author{}
\date{}
\begin{document}
\maketitle
...TEXT...
\end{document}
tocloft, make sure to read http://tex.stackexchange.com/a/137301/15107 – Joachim Breitner May 09 '14 at 09:14