Re: minipage + prosper problem

Peter Møller Neergaard <[email protected]>
Newsgroups gmane.comp.tex.latex.prosper.user
Message-ID <[email protected]>
On Mon, Jun 16, 2003 at 02:00:43PM +0200, Thomas Theußl wrote:

> I usually use a tabular environment for this:
> 
>   \begin{tabular}{cc}
>     \begin{minipage}{8.7cm}
>       \begin{itemize}
>       \item ...
>       \item ...
>       \item ...
>       \end{itemize}
>     \end{minipage}
>     &
>     \begin{minipage}{2cm}
>       \includegraphics{...}
>     \end{minipage}
>   \end{tabular}
> 

A slightly simpler solution might be to include the array package,
i.e., issue

      \usepackage{array}

in the preamble.  Then you can do

  \begin{tabular}{p{8.7cm}p{2cm}}
    \begin{itemize}
    \item ...
    \item ...
    \item ...
    \end{itemize}
  &
    \includegraphics{...}
  \end{tabular}

I don't think you can get it much simpler than this: after all you
need to tell LaTeX how to distribute space in the columns.

/Peter
-- 
http://www.linearity.org/turtle/contact.html 
``If we're an arrogant nation, they'll resent us.
If we're a humble nation but strong, they'll welcome us.''--George W. Bush


-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.