Small Page Margins

The following example illustrates how to use various lengths to implement smaller Margins:

% ...
\setlength{\hoffset}{0mm}
\addtolength{\textwidth}{2 \evensidemargin}
\addtolength{\textheight}{2 \voffset}
\addtolength{\textheight}{25mm}
\setlength{\topmargin}{0mm}
\setlength{\headsep}{8mm}
\setlength{\voffset}{0mm}
\setlength{\marginparwidth}{0mm}
\setlength{\evensidemargin}{0mm}
\setlength{\oddsidemargin}{0mm}
\setlength{\marginparsep}{0mm}
% ...
\begin{document}
% ...
\end{document}

NOTE: You should place those command as close to the top of your preamble as possible because Fancy Page Headings use the margin lengths when defined.

Feedback is always welcome! If you'd like to get in touch with me concerning the contents of this article, please use Twitter.