Graphics, Figures & TablesTwo separate lists of figures.

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Celudor
Posts: 2
Joined: Mon Mar 26, 2012 10:23 am

Two separate lists of figures.

Post by Celudor »

Hi,
I would like to use in a single document two separate lists of figures.
The first list will contain a list of photos (each photo has a caption Picture [number]:)
The second list will contain the list of figures (each figure is to have a caption Figure [number]:).
Both lists must be an independent sequence.
Is it possible to do it in LaTeX?

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

Two separate lists of figures.

Post by localghost »

Declare a new float type e. g. by the caption package. You will then also be able to create a separate list of the photos (or pictures).


Best regards and welcome to the board
Thorsten
Celudor
Posts: 2
Joined: Mon Mar 26, 2012 10:23 am

Re: Two separate lists of figures.

Post by Celudor »

Thank you for your prompt reply.
Can you write me an example of such a thing.
I use Lyx for writing and I do not know too well LaTeX.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Two separate lists of figures.

Post by localghost »

Celudor wrote:[…] Can you write me an example of such a thing. […]
The package manual has examples and gives explanations.
Celudor wrote:[…] I use Lyx for writing and I do not know too well LaTeX.
I don't use LyX (for good reason). Hence I can neither advise with inclusion of packages nor addition of LaTeX code into a LyX document. But I'm quite sure those questions are answered in some form or another in the LyX Wiki.
Post Reply