[XeTeX] includegraphics and pdf

M. Niedermair m_g_n at gmx.de
Sun Aug 17 10:11:58 CEST 2008


Hi,

> \fbox{\includegraphics[page=7]{v_schiffe_versenken.pdf}}

with xetex (svn-Rev. 811) it works fine.

:-)

Now, i can use
\includeslide{Grundkonzept*}
from the beamer package to include the slide.
With the hack


\RequirePackage[noxcolor]{beamerarticle}
% from beamerbasemodes.sty
\def\includeslide{\@ifnextchar[{\@includeslide}%
    {\@includeslide[width=\linewidth-2\fboxsep-2\fboxrule]}}
\def\@includeslide[#1]#2{%
   \ifx\jobnamebeamerversion\@empty%
   \ClassError{beamer}{Invoke macro "setjobnamebeamerversion" first}{}%
   \else%
   \edef\beamer at args{[#1,page=\csname 
beamer at slide#2\endcsname]{\jobnamebeamerversion}}
   \fbox{\expandafter\includegraphics\beamer at args}\par
   \fi}

i can use includegraphics without the pgf packages.


By
Michael



More information about the XeTeX mailing list