New Reply

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

 
Share Thread Thread Tools
Aug19-11, 05:36 PM   #1
 
Recognitions:
Gold Membership Gold Member

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


Hello all 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

Figure 1:    Caption of figure 1.  .......................... 1
Figure 2:    Caption of figure 2.  .......................... 2
thank you
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Aug20-11, 10:01 AM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
go into the style file and add "Figure" to the counter for the list of figures command
 
Aug21-11, 11:30 AM   #3
 
Recognitions:
Gold Membership Gold Member
thanks Dr. T I will give it a shot.
 
Sep15-11, 12:43 PM   #4
 

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


Hello
Dr T
can u plz elaborate how to achieve this....should i need to add some package or what?
 
Nov13-12, 12:03 AM   #5
 
%For List of Figures to say Figure X.X
\renewcommand{\cftfigfont}{Figure }

%For List of Tables to say Table X.X
\renewcommand{\cfttabfont}{Table }
 
New Reply
Thread Tools


Similar Threads for: LaTeX: Formatting List of Figures to say 'Figure 1'
Thread Forum Replies
LaTeX list of figures organised by chapter Math & Science Software 2
Table of Contents and List of Figures in Latex Math & Science Software 6
LaTex formatting question Math & Science Software 3
Latex Formatting General Discussion 3
LaTeX formatting for blogs? Math & Science Software 2