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

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: Multiple Landscape Images (stacking)

Post by balf »

Try the subfig or the floatrow packages.

B.A.
Post Reply