Page LayoutList of figures - page numbering

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
mzakharo
Posts: 1
Joined: Tue Dec 01, 2009 2:28 am

List of figures - page numbering

Post by mzakharo »

Hi, I am working on a work term report and need to modify the default "List of Figures", shaping it in the following format:

List of Figures
_________________________________________ Page
Figure 1: "first figure caption".............._____6
Figure 2: "second figure caption".............___7

I got the thing working with the following code:

Code: Select all

{\renewcommand*\numberline[1]{Figure\,#1:\space}
\listoffigures
the ouput produced by above code is:

List of Figures

Figure 1: "first figure caption".............. 6
Figure 2: "second figure caption"............. 7

Could you please help me in adding an additional word "Page" above all of the page numbers"

Regards,
Mikhail

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

List of figures - page numbering

Post by gmedina »

Hi,

you can use the tocloft package. The documentation includes an example on how to achieve what you desire.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply