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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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