GeneralMultiple Landscape Images (stacking)

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Tunisia
Posts: 1
Joined: Thu Apr 03, 2008 1:03 pm

Multiple Landscape Images (stacking)

Post by Tunisia »

A good afternoon to you all, and a hello from a fairly recent latex user.

My query is this: I need to include 3 tables in the document (which I am using images for), all of which are fairly short, but one of which is very long. I would like to have them arranged like this:

Code: Select all

TABLETABLETABLETABLETABLETABLETABLETABLETABLETABLETABLETABLE
TABLETABLETABLETABLETABLETABLETABLETABLETABLETABLETABLETABLE
TABLETABLETABLETABLETABLETABLETABLETABLETABLETABLETABLETABLE
                             Fig. 1: A table

TABLETABLETABLETABLE                    TABLETABLETABLETABLE
TABLETABLETABLETABLE                    TABLETABLETABLETABLE
TABLETABLETABLETABLE                    TABLETABLETABLETABLE
TABLETABLETABLETABLE                    TABLETABLETABLETABLE
   Fig. 2: A table                      Fig. 3: A table
on one landscape page. Is this possible?

Actual source code for the tables below, if it's easier to demonstrate by changing this, go ahead!

Code: Select all

\begin{figure}[H]
\centering
\includegraphics[scale=0.6, angle=270]{$HOME/school/biology/rawdata.png}
\caption{A table of raw data}
\end{figure}

\begin{figure}[H]
\centering
\includegraphics[scale=0.8, angle=90]{$HOME/school/biology/gasproduced}
\caption{A table of mean results}
\end{figure}

\begin{figure}[H]
\centering
\includegraphics[scale=1, angle=90]{$HOME/school/biology/ratetable.png}
\caption{A table of Rate of Reaction compared to Lead Concentration}
\end{figure}
Thanks 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: Multiple Landscape Images (stacking)

Post by balf »

Try the subfig or the floatrow packages.

B.A.
Post Reply