Graphics, Figures & Tablescitation in the figure caption

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
richardmems
Posts: 1
Joined: Thu Mar 17, 2011 5:29 pm

citation in the figure caption

Post by richardmems »

dear all,

i began to use Latex recently for my thesis.

when i use \cite{} command in figure caption and print list of figure at the beginning of thesis, the sequence of references is arranged according to the "List of Figures" page which come first in thesis.

I want the citation begin with number one from chapter 1.

How can i do to solve this problem?

thanks
Richard

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

citation in the figure caption

Post by localghost »

Every basic documentation about LaTeX suggests to use the short form for figure (and table) captions.

Code: Select all

\caption[Caption for list entry]{Caption with citation \cite{key}}
Usually citations shouldn't appear in the LoF or LoT. Could have also been found via Forum Search.


Best regards and welcome to the board
Thorsten
Post Reply