blob: 3c2f1bb730f1efef814729fef802109e0091083c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
\pdfoutput =0
\let \origdocument \document
\let \EndPreamble \endinput
\def \document {\endgroup \endinput }
\input {example}
\usepackage [active,tightpage]{preview}
\let \document \origdocument
\pagestyle {empty}
\begin {document}
\centering \null \vfill
\begin {preview}
\or
\includegraphics []{\relax }
\end {preview}
\vfill \end {document}
|