[pdftex] Re: how can I view an oversized document?
Hans Hagen
pragma at wxs.nl
Fri Dec 15 09:06:44 CET 2000
At 01:28 AM 12/15/00 +0100, Denis B. Roegel wrote:
>
>Hello,
>
>I want to make a screen version of a poster
>and I would like therefore a page format such as 200cm * 30cm.
>I have no problem with tex accepting that, but I don't know
>how to have acroread display that large page. Is it possible?
\definepapersize[poster][width=200cm,height=20cm]
\setuppapersize[poster][poster]
or in plain tex:
\pdfpagewidth=\hsize
\pdfpageheight=\vsize
>On a related note, how do I include a metapost figure
>with plain pdftex? When I try the following
>
>\input graphicx
>\hsize=200cm
>\vsize=30cm
>\includegraphics{e.1}
>\end
>>I get
add:
>(/usr/local/tex/texmf/tex/latex/graphics/dvips.def)))) <e.1> [1
>Non-PDF special
ignored!{/usr/local/tex/texmf/pdftex/config/psfonts.map}{/usr/l
> ...
>
>Is it normal?
just use the low level:
\input supp-pdf.tex
\convertMPtoPDF{e.1}{1}{1}
Hans
-------------------------------------------------------------------------
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
More information about the pdftex
mailing list