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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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