Graphics, Figures & Tables ⇒ citation number in the figure captions is not correct
citation number in the figure captions is not correct
The citation number is ussorted [\bibliographystyle{unsrt}]. And the numbering of the citation in the maintext is normer, but it is not correct in the figure captions. Although I have citations before the figure, but the numbering starts from the figure caption, and then the other maintext. as shown in the attached figure.
The citations are circled out. In the first citation place in the picture, the number is 11, wheras in the following figure caption, the citation number is 1. This is not what I want.
Would some experts solve my problems, thans a lot in advance.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
citation number in the figure captions is not correct
the photo you linked to contained some ad for a chinese foundation, i removed that from your post.
Without a minimal working example, it is hard to make any suggestions, but i think what you are referring to is the placement of the citation within the list of figures.
You can use package notoccite or use the optional argument for caption
\caption[this goes to the lof]{this stays with the figure}
.- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: citation number in the figure captions is not correct
If you would like to show a picture, you can upload it as an attachment to a post.
Stefan
citation number in the figure captions is not correct
Stefan_K wrote:Welcome to the forum!
If you would like to show a picture, you can upload it as an attachment to a post.
Stefan
- Attachments
-
- Capture2.PNG (91.65 KiB) Viewed 6515 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
citation number in the figure captions is not correct
Johannes_B wrote:Without a minimal working example, it is hard to make any suggestions, but i think what you are referring to is the placement of the citation within the list of figures.
You can use package notoccite or use the optional argument for caption\caption[this goes to the lof]{this stays with the figure}
.
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: citation number in the figure captions is not correct
I think the same. Citations in moving figures (which even go to the list of figures) are a problem.
Stefan
Re: citation number in the figure captions is not correct
Thanks all again.