Here is the solution that I came up with, which uses the aliascnt , cleveref , and caption packages: \DeclareCaptionType[fileext=lof]{SchemeCaption}[Scheme]
\newaliascnt{SchemeCaption}{figure}
\crefname{SchemeCaption}{scheme}{schemes}
\newenvironment{Scheme}%
{\begin{figure}\captionsetup{type ...
Search found 3 matches
- Sat Jul 18, 2009 2:19 am
- Forum: Graphics, Figures & Tables
- Topic: Can List of Figures be combined?
- Replies: 3
- Views: 2609
- Sat Jul 18, 2009 12:28 am
- Forum: Graphics, Figures & Tables
- Topic: Can List of Figures be combined?
- Replies: 3
- Views: 2609
Can List of Figures be combined?
Here is some more information:
Using the caption package, I can add the following to my scheme s after the caption and label: \captionlistentry*[figure]{Some text} which creates an additional entry in the List of Figures without incrementing the shared counter. This puts the scheme s into the List ...
Using the caption package, I can add the following to my scheme s after the caption and label: \captionlistentry*[figure]{Some text} which creates an additional entry in the List of Figures without incrementing the shared counter. This puts the scheme s into the List ...
- Fri Jul 17, 2009 10:24 pm
- Forum: Graphics, Figures & Tables
- Topic: Can List of Figures be combined?
- Replies: 3
- Views: 2609
Can List of Figures be combined?
I have two floats: figure and scheme , which are numbered sequentially (they share the same counter via aliascnt ). These are effectively the same thing, but they are given different names in my field of study. Is it possible to combine my List of Figures and List of Schemes into a single List of ...