[XeTeX] pdfpages
Álex Bueno
lists+tex+xetex at bueno.imap.cc
Thu Feb 15 04:03:57 CET 2007
Hi Pete,
Thanks for the response.
On 14 Feb 2007, at 7:19 am, Peter Dyballa wrote:
> I obviously missed the original posting because of a full mail box ...
>
>
>> I'm wondering if there is a good way to insert full-page pdfs with
>> XeTeX, given that pdfpages doesn't work <http://tug.org/mailman/
>> htdig/
>> xetex/2006-September/thread.html#5082>, or if I'm missing some key
>> concept. I'm trying to insert pdfs as plates, without page numbers or
>> captions; just the pdf page exactly as it is.
>
> \newpage
> \thispagestyle{empty}
> \setlength{\unitlength}{1mm}
> \begin{picture}(210,297)
> \put(-49.3,12.5){\includegraphics[width=220mm]{../../../../
> Pictures/Ich/P0047462.JPG}}
> \end{picture}
>
> or
>
> \newpage
> \thispagestyle{empty}
> \setlength{\unitlength}{1mm}
> \begin{picture}(210,297)
> \put(-49.3,12.5){\includegraphics[width=220mm]{same.pdf}}
> \end{picture}
>
>
> let me fill one DIN A4 page with a rather slender picture (clipped at
> its bottom). Page-numbering continues silently. The co-ordinates in
> \put(,) vary a bit with the picture's scaling ...
>
Unfortunately, this doesn't allow the pdf to float in the text
either. What I'm looking for is basically a way to use the
functionality of the figure environment without incrementing the
figure count.
> --
> Greetings
>
> Pete
>
> Upgraded: Didn't work the first time.
>
>
> _______________________________________________
> XeTeX mailing list
> postmaster at tug.org
> http://tug.org/mailman/listinfo/xetex
Best,
Alex
More information about the XeTeX
mailing list