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.
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
- 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: 10335
- 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 6383 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: 10335
- 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.