Graphics, Figures & Tables ⇒ float numbering
float numbering
I'm using the KOMA package to type set my thesis, and I was wondering about float numbering schemer.
I use scrreprt package,
putting floats (figures or tables) I get their numbering according to the chapter,
e.g. Figure 1.1 figure 1.2, and in chapter two figure 2.1, 2.2 etc.
I would have global numbering in the Thesis,
so figure 2.2 would actually be figure 4. Is there a way to do it ?
Thanks in advance
Oz
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
float numbering
use the chngcntr packae; i.e., add in the preamble the following lines:
Code: Select all
\usepackage{chngcntr}
\counterwithout{figure}{chapter}
Re: float numbering
You are my hero! It was a quick and accurate reply !
Cheers, and have a nice weekend
Oz
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
float numbering
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10