Wednesday, August 17. 2005Multiple figures on a page in LatexTrackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
Great !!!
I really appreciate this contribution to my figures layout. Neossi
Hi Andrew,
I can't display figure with eps extension although I've included the \usepackage{epsfig}.
I would like to know, if there's any possibility to add captions and labels to each of the figures within the table.
To #3: This also works with the {graphicx} pacakge and the \includegraphics command (example: two pictures on one page): \documentclass[a4paper,12pt]{article} \usepackage{graphicx} \begin{document} \begin{figure} \begin{tabular}{cc} \centerline{\includegraphics[width=\textwidth]{picture1.JPG}} \\ \centerline{\includegraphics[width=\textwidth]{picture2.JPG}} \end{tabular} \end{figure}
yeah, there is way, if you divide your 2x2 in 2x(2x1), it gives 2 tabulars but who can see it?
example: \begin{figure} \centering \begin{tabular}{cc} \includegraphics[width=0.5\textwidth]{figures/results/EIS_1.jpg} & \includegraphics[width=0.5\textwidth]{figures/results/EIS_1_zoom.jpg} \end{tabular} \caption{GEIS nr 1: \dg{50} 2 bar \ce{O2}} \begin{tabular}{cc} \includegraphics[width=0.5\textwidth]{figures/results/EIS_1.jpg} & \includegraphics[width=0.5\textwidth]{figures/results/EIS_1_zoom.jpg} \end{tabular} \caption{GEIS nr 1: \dg{50} 2 bar \ce{O2}} \label{eis1} \end{figure}
And how do I have a seperate caption on each figure? It seems that I cannot have captions in a tabular. At least I get errors when compiling.
/Rasmus
How do you like this alternative approach?
http://texblog.wordpress.com/2007/08/01/placing-figurestables-side-by-side-minipage/
Thank you, man!
It really helped me big time. When i was swamped and way late, your help posted here just saved my life! God belss you! Dr. Andy Ludu Northwestern State
OP, thankyou. your post helped me out.
\minipage seems to help me out a lot with just about everything. Maybe not ideal.. Lets each figure be labeled and captioned independent. \frame just puts a box around the images. \begin{figure} \centering \begin{tabular}{cc} \begin{minipage}{200pt} \frame{\includegraphics[width=200pt]{filename.png}} \caption{Caption Text} \label{fig:1} \end{minipage} & \begin{minipage}{250pt} \frame{\includegraphics[width=250pt]{file2.png}} \caption{Caption Text 2} \label{fig:2} \end{minipage} \end{tabular} \end{figure} |
Entry's LinksQuicksearchCalendar
CategoriesFriends' BlogsBlog Administration |
|||||||||||||||||||||||||||||||||||||||||||||||||