Hello all, thanks a lot in advance,
Currently I'm working on my thesis and I've adapted the legrand template to have what i want except the image/table numbering .. it appears for example Figure 2.1 , figure 2.2 and i want to remove the "2" so i can have a normal Figure 1 , 2 , 3 ... etc, please can anyone give me a hint with this?
Regards
Milo
Theses, Books, Title pages ⇒ Legrand Image numbering
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Legrand Image numbering
Seems like you want to have
Code: Select all
\usepackage{chngcntr}
\counterwithout{figure}{chapter}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Re: Legrand Image numbering
Johannes ... thanks a lot
it worked perfectly, again many many thanks
