Removed the arbitrary page geometry adjustments. Those should be handled by the user depending on the paper used (and anyway modified by the use of the geometry package in the templates).

This commit is contained in:
Xavier Danaux 2011-12-10 22:43:07 +01:00
commit 86e90edcfc

View file

@ -92,14 +92,6 @@
% symbols like \Telefon, \Mobilefone, \Letter and \Email % symbols like \Telefon, \Mobilefone, \Letter and \Email
\RequirePackage{marvosym} \RequirePackage{marvosym}
% page geometry
\addtolength{\oddsidemargin}{-54pt}
\addtolength{\textwidth}{109pt}
\addtolength{\topmargin}{-70pt}
\addtolength{\textheight}{122pt}
\addtolength{\marginparsep}{-5pt}
\addtolength{\marginparwidth}{-10pt}
% hyperrefs % hyperrefs
\RequirePackage{url} \RequirePackage{url}
\urlstyle{tt} \urlstyle{tt}