Page LayoutReference numbering with a list of Figures

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
nabi
Posts: 3
Joined: Mon Mar 14, 2011 1:40 pm

Reference numbering with a list of Figures

Post by nabi »

Hi all,

I have a set of references on my piece of work and i would like them to start from number one at least in the first chapter where introduction comes in. The \bibliographystyle is set to IEEEtran, which means that it already orders the reference as they were unsorted, i.e. unsrt, since the references are not order themselves.

The problem is that i have a list of Figures and list of Tables just before first chapter appears and because there are refences in these captions then the introduction has in its first paragraph a reference starting with number 5, which it doesnt look good.

Is there a way of starting the order of the references from the first chapter?

Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Reference numbering with a list of Figures

Post by gmedina »

Use the optional argument of the \caption command to avoid references from appearing in the LoF or in the LoT:

Code: Select all

\caption[Here's the caption without citation]{Here's the caption with a cite to~\cite{key}}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
nabi
Posts: 3
Joined: Mon Mar 14, 2011 1:40 pm

Reference numbering with a list of Figures

Post by nabi »

hi,
Use the optional argument of the \caption command to avoid references from appearing in the LoF or in the LoT:
I have used the optional case, which is true that removes the citation from the LoF and LoT. But for some reason the numbering in the first chapter still starts from 5. So I deleted
Mydocumet.lot
Mydocumet.lof
Mydocumet.bbl

Is there any other file that i might want to delete before i compile?

Thanks
nabi
Posts: 3
Joined: Mon Mar 14, 2011 1:40 pm

Re: Reference numbering with a list of Figures

Post by nabi »

Massive apologise!

I just had to compile it again (2 time) as i missed to read the log files saying "there were undefined references".

So now works perfectly.

Thanks for your fast reply
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Reference numbering with a list of Figures

Post by localghost »

nabi wrote:[…] So now works perfectly. […]
Then please mark the topic (not the last post) accordingly as written in Section 3 of the Board Rules (to be read before posting).


Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Post Reply