LaTeX: Formatting List of Figures to say 'Figure 1'

  • Context: LaTeX 
  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    Latex List
Click For Summary

Discussion Overview

The discussion revolves around formatting the List of Figures in LaTeX to include the word "Figure" before each figure number in the output. Participants explore methods to achieve this formatting change, focusing on technical adjustments within LaTeX documents.

Discussion Character

  • Technical explanation

Main Points Raised

  • One participant describes the default output of the \listoffigures command in LaTeX and expresses a desire to modify it to include "Figure" before the numbers.
  • Another participant suggests modifying the style file to add "Figure" to the counter for the list of figures command.
  • A third participant requests further elaboration on how to implement the suggested change, inquiring about the need for additional packages.
  • A later reply provides a code snippet for redefining the figure font in the List of Figures to include "Figure".

Areas of Agreement / Disagreement

The discussion does not appear to reach a consensus, as participants are exploring different methods and seeking clarification on the implementation details.

Contextual Notes

Some participants express uncertainty about whether additional packages are required for the proposed changes, and the discussion includes various approaches without resolving which is the most effective.

Saladsamurai
Messages
3,009
Reaction score
7
Hello all :smile: I am hoping someone can help with this:

When I use the \listoffigures command in LaTeX, it shows up as follows:
Code:
List of Figures

1    Caption of figure 1.  ...... 1
2    Caption of figure 2.  ...... 2

But I wanted to actually say Figure 1, Figure 2, ... like this:

Code:
List of Figures

[I]Figure 1:[/I]    Caption of figure 1.  ...... 1
[I]Figure 2:[/I]    Caption of figure 2.  ...... 2

thank you :smile:
 
Physics news on Phys.org
go into the style file and add "Figure" to the counter for the list of figures command
 
thanks Dr. T :smile: I will give it a shot.
 
Hello
Dr T
can u please elaborate how to achieve this...should i need to add some package or what?
 
%For List of Figures to say Figure X.X
\renewcommand{\cftfigfont}{Figure }

%For List of Tables to say Table X.X
\renewcommand{\cfttabfont}{Table }
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
3
Views
8K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
7K