Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

inlcudepdf in minipage environment?

852 views
Skip to first unread message

jetic

unread,
Aug 30, 2006, 4:35:49 AM8/30/06
to
Hi,

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

Lars Madsen

unread,
Aug 30, 2006, 4:53:12 AM8/30/06
to
jetic wrote:
> Hi,
>
> 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
>

\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

0 new messages