small page margins
WARNING: Please update your bookmarks! The content of this site has been moved to http://dille.name where it will be updated as needed. This page will remain unchanged.
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.



