Graphics, Figures & Tables ⇒ Image and table in a single page with "title"
Image and table in a single page with "title"
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.
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
Image and table in a single page with "title"
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