GeneralNumbering of figures at the end of document

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
pauld
Posts: 3
Joined: Mon Apr 07, 2008 2:07 pm

Numbering of figures at the end of document

Post by pauld »

Hello all

For my masterthesis I put all my figures at the very end of my document, in the \backmatter, even after the appendices and bibliography

My problem now is that I want my figures to have a numbering per chapter (eg Figure 2.13, 3.4 etc), and if possible, the header of the page should look something like: Figures Chapter 5: (title of the chapter)

Does anyone know if this is possible and how it is done?

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Numbering of figures at the end of document

Post by localghost »

Try the flafter package. There's nothing more needed than including it in the preamble.


Best regards
Thorsten¹
pauld
Posts: 3
Joined: Mon Apr 07, 2008 2:07 pm

Re: Numbering of figures at the end of document

Post by pauld »

Thank you for the quick reply, but flafter was already in my preamble and it doesn't really do what I want here

I've asked my question at my university's latex forum, but no one seems to know how to do it there. I hope people here do...
pauld
Posts: 3
Joined: Mon Apr 07, 2008 2:07 pm

Re: Numbering of figures at the end of document

Post by pauld »

bumping this because it's important to me and someone has to know some kind of answer!
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Numbering of figures at the end of document

Post by Stefan Kottwitz »

Hi pauld,

try the endfloat package, that package is designed for placing all figures at the end of the document.

Stefan
Post Reply