is it possible to have an \includepdf command within a minipage?
I try it, but doesnt work. Only works out of any environment... :-(
includegraphics works within a minipage, but I want to include just one
page of an external pdf file. include
My wish:
\documentclass[...]{scrreprt}
\usepackage[komastyle]{scrpage2}
\begin{document}
\begin{figure}[!ht]
\begin{minipage}[t]{0.5\textwidth}
\includepdf[pages=4, scale=0.25]{externfile.pdf}
\end{minipage}
\caption{}
\label{}
\end{figure}
\end{document}
Thank you...
\includegraphics[page=3]{file.pdf}
AFAIK \includegrapghics can actually include single pages from pdf files
--
/daleif (remove RTFSIGNATURE from email address)
LaTeX FAQ: http://www.tex.ac.uk/faq
LaTeX book: http://www.imf.au.dk/system/latex/bog/ (in Danish)
Remember to post minimal examples, see URL below
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl