In the past I used geometry for that. But it did some things that destroy my settings for the footline.
So how can I set the page borders in centimeters?
This is my sample code
Code: Select all
\documentclass[paper=A4,pagesize=auto,12pt,footinclude=true,BCOR=0mm]{scrartcl}
\usepackage{lipsum}
\usepackage{xltxtra} % lädt wiederum fontspec, was wiederum xunicode lädt
\defaultfontfeatures{Mapping=tex-text}
\usepackage{polyglossia}
\setdefaultlanguage[spelling=new]{german}
% Schriftart Arial
\setmainfont{Arial}
% Kopf- und Fußzeilen
\usepackage[footsepline]{scrpage2}
\usepackage[onehalfspacing]{setspace}
\recalctypearea
% Seitenränder
%\usepackage[left=25mm, right=25mm, top=25mm, bottom=20mm]{geometry}
\pagestyle{scrheadings}
\cfoot{\pagemark}
\ofoot{yyyy-mm-dd}
\ifoot{Author X}
\begin{document}
\lipsum
\end{document}