General ⇒ Placing an imported graph next to a Tex created table
-
- Posts: 1
- Joined: Tue Mar 04, 2008 11:56 pm
Placing an imported graph next to a Tex created table
Thank-you very much.
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
Re: Placing an imported graph next to a Tex created table
\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.