[XeTeX] pdfpages

Peter Dyballa Peter_Dyballa at Web.DE
Wed Feb 14 13:19:02 CET 2007


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 ...

--
Greetings

   Pete

Upgraded:  Didn't work the first time.




More information about the XeTeX mailing list