diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstool/.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pstool/.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pstool/.tex b/Master/texmf-dist/doc/latex/pstool/.tex new file mode 100644 index 00000000000..3c2f1bb730f --- /dev/null +++ b/Master/texmf-dist/doc/latex/pstool/.tex @@ -0,0 +1,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} + |