Graphics, Figures & Tablesfloat numbering

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
oz123
Posts: 4
Joined: Tue Aug 19, 2008 1:02 pm

float numbering

Post by oz123 »

Hi Everyone,

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
Last edited by oz123 on Tue Sep 28, 2010 3:31 pm, edited 1 time in total.

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

float numbering

Post by gmedina »

Hi,

use the chngcntr packae; i.e., add in the preamble the following lines:

Code: Select all

\usepackage{chngcntr}
\counterwithout{figure}{chapter}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
oz123
Posts: 4
Joined: Tue Aug 19, 2008 1:02 pm

Re: float numbering

Post by oz123 »

Thanks,
You are my hero! It was a quick and accurate reply !

Cheers, and have a nice weekend

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

float numbering

Post by localghost »

Now that the problem is solved, please be so kind and mark the topic (not the last post) accordingly as clearly written in Section 3 of the Board Rules (to be read before posting). Please keep that in mind for the future so that a reminder will not be need any more.


Best regards
Thorsten
Post Reply