GeneralWhen List of Figures spans to more than one page

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
shantoos
Posts: 8
Joined: Thu Aug 21, 2008 5:22 am

When List of Figures spans to more than one page

Post by shantoos »

Ok, I am back with my dumb newbie questions...........

When List of Figures Spans to more than one page, the second page automatically gets into TOC page numbering, like in my case, my list of figure's first page is numbered "VI" when the next page which is continuation of list of figures is numbered "1",

anyone has any idea what i should do? please be specific and write the full commands instead of telling me to use this package or that package, i am a total newbie :mrgreen: ! direct commands please :oops: !

Thanks so much from all members of this community! :D

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

When List of Figures spans to more than one page

Post by Stefan Kottwitz »

Hi shantoos,

try

Code: Select all

\cleardoublepage
\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures
\cleardoublepage
or section instead of chapter, depending on your needs.

Stefan
LaTeX.org admin
shantoos
Posts: 8
Joined: Thu Aug 21, 2008 5:22 am

Re: When List of Figures spans to more than one page

Post by shantoos »

Thanks stefan, I will try it right now, but I don't want my list of figures and list of tables to appear in my toc

i guess your commands include them in toc,i will try tho. thanks
shantoos
Posts: 8
Joined: Thu Aug 21, 2008 5:22 am

Re: When List of Figures spans to more than one page

Post by shantoos »

It worked Great Stefan, Thanks So much!
shantoos
Posts: 8
Joined: Thu Aug 21, 2008 5:22 am

Re: When List of Figures spans to more than one page

Post by shantoos »

I love you and I love this community,

THANKS!
spiegboy
Posts: 120
Joined: Thu Dec 06, 2007 9:58 am

Re: When List of Figures spans to more than one page

Post by spiegboy »

hehe, i feel the same way. the community helps me a lot.
Post Reply