I am stuck with the problem of centering the page number in my footer. I am doing this:
Code: Select all
\usepackage[a4paper, left=5cm, right=1.5cm, top=2.5cm, bottom=3cm]{geometry}
\usepackage{scrpage2}
\pagestyle{scrheadings}
\setfootwidth{paper}
\setlength{\footskip}{1.2cm}
\cfoot{\pagemark}
Thanks for your help!