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

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
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: 10360
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