Graphics, Figures & TablesSecond List of Figures

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
korgman
Posts: 6
Joined: Thu Apr 25, 2013 2:06 pm

Second List of Figures

Post by korgman »

I made a second list of figures with this

Code: Select all

\DeclareCaptionType{figureA}[Fig2.][List of Figures 2]
I call it with \listoffigureAs. This list though is formatted differently that the one being generated by \listoffigures, for which I have used the following commands.

Code: Select all

\setlength{\cftfigindent}{0cm}
\renewcommand{\cftfigpresnum}{Abb. }
\setlength{\cftfignumwidth}{1.75cm}
Can someone tell me the equivalent commands for \listoffigureAs or tell me how I can format \listoffigureAs in general?

Thank you all in advance!
Last edited by localghost on Thu Apr 25, 2013 6:14 pm, edited 1 time in total.

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Second List of Figures

Post by localghost »

Just for information to other users for awareness of possibly already existing solutions. The question has also been posted to MrUnix (German LaTeX forum). Please read what our administrator thinks about that.
korgman
Posts: 6
Joined: Thu Apr 25, 2013 2:06 pm

Re: Second List of Figures

Post by korgman »

Sorry, I didn't know that these two message boards were even remotely related...
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Second List of Figures

Post by localghost »

korgman wrote:Sorry, I didn't know that these two message boards were even remotely related...
It is irrelevant if there are users who visit both boards. It's rather about those who don't because they might work out a solution and don't have the slightest idea that there might already exists another one where else.
Post Reply