GeneralPlacing an imported graph next to a Tex created table

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Zane Olivier
Posts: 1
Joined: Tue Mar 04, 2008 11:56 pm

Placing an imported graph next to a Tex created table

Post by Zane Olivier »

I am trying to place a table I've created using Tex next to (to the right of) an imported .wmf file on the same page. Please help, I'm very new to Tex and computers in general, please explain as if to a child.
Thank-you very much.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

balf
Posts: 158
Joined: Sat Jan 12, 2008 1:11 am

Re: Placing an imported graph next to a Tex created table

Post by balf »

I would try the \subfloat command, from the subfig package -- something like:

\begin{figure}[!h]
\mbox{}\hfill\subfloat{\includegraphics{myfigure.wmf}}\hfill\subfloat{mytable}\hfill\mbox{}
\end{figure}

(check the documentation of the package, there are several parameters to use).

B.A.
Post Reply