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.
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
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