Theses, Books, Title pagesLegrand Image numbering

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
milo_an
Posts: 2
Joined: Mon May 02, 2016 5:02 pm

Legrand Image numbering

Post by milo_an »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Legrand Image numbering

Post by Johannes_B »

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.
milo_an
Posts: 2
Joined: Mon May 02, 2016 5:02 pm

Re: Legrand Image numbering

Post by milo_an »

Johannes ... thanks a lot :) it worked perfectly, again many many thanks
Post Reply