0

Consider the below figure and the caption.

enter image description here

Now I want to display only part of the caption in the list of figures instead of the entire caption. For example, here I would like to display "Figure 1.3: Burke-Schumann flame structure in mixture fraction space", only in the list of figures. Is there a way to do this?

Paul Gessler
  • 29,607
  • https://tex.stackexchange.com/questions/2853/tableofcontents-and-listoffigures-help – js bibra Mar 04 '21 at 10:34
  • https://tex.stackexchange.com/questions/11579/short-captions-for-figures-in-listoffigures-- added as answer also below – js bibra Mar 04 '21 at 10:36

1 Answers1

2

Figure captions: Use the optional argument of \caption:

\caption[short title for list of figures]{long title for text}
js bibra
  • 21,280