Graphics, Figures & TablesImage and table in a single page with "title"

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
gargamel
Posts: 1
Joined: Mon May 13, 2013 10:25 am

Image and table in a single page with "title"

Post by gargamel »

Hi all.
I'm trying to create a page within my document where I want to include one figure and a table, each of them with its own caption. Additionally, I would like to include a "title" or caption at the bottom of the page. I don't want latex to include anything else in this page. I've tried with the [p] image placer but I loose control of the content of the new page. Is there any kind of command that let's me Startnewpage - finishpage?
I hope you can help me.
Many thanks for your help in advance.
Garga.

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

tom
Posts: 73
Joined: Thu Apr 18, 2013 4:02 am

Image and table in a single page with "title"

Post by tom »

Hi gargamel!

Take a look at the subcaption package. It implements commands to align subfigure and subtable and produces sub-captions. If there is whitespace left on the page, try \clearpage after the floating environment to force a line break.

Best, Tom
Post Reply