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

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

User avatar
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