Code: Select all
_______________________________________
1 Header
Lorem ipsum dolor sit amet, cons-
ectetuer adipiscing elit. Quisque
nunc justo, tristique nec, pul-
vinar luctus, auctor auctor, sem.
1.1 Subsection
Maecenas a nisl. Mauris sed quam.
_______________________________________
Code: Select all
% Page margins
\RequirePackage[paper=a4paper,margin=30mm,marginparwidth=20mm-\marginparsep,includeall,asymmetric,reversemp]{geometry}
% Extend headers 20mm to left
\fancyhfoffset[L]{20mm}
1. How to create an environment that moves the left margin 20mm to the left. I've going to use this for the first page, where the left and right margins should be symmetric.
2. How to place (figure) floats symmetric on the page (move the left margin 20mm to the left).
3. How to set chapters, sections and such to the left margin edge (again move left margin 20mm to left)
Does anyone have an idea of how to achieve this?