[texhax] zoom

Martin Heller mr_heller at yahoo.dk
Mon Nov 26 16:21:28 CET 2007


Adrian Dusa skrev:

> Thanks very much anyways ;)
> At first it seemed like a pretty straighforward task, but I guess what I want 
> to achieve is not that easy.

Depending on the complexity of your document you can use pgfpages

\documentclass{article}
\usepackage{lipsum}

\usepackage{pgfpages}
\pgfpagesuselayout{resize to}
   [a4paper,border shrink=-1cm]

\begin{document}
\lipsum
\end{document}



More information about the texhax mailing list