Search found 4 matches

by dochar
Tue Jun 21, 2011 7:41 pm
Forum: General
Topic: acronym | No Capitalization in the Text
Replies: 1
Views: 3784

acronym | No Capitalization in the Text

I am using the acronym package to handle the acronyms used in my thesis.

The problem is that the long form used in the list of acronyms is the same as the long form used in the text. In the list, it is fine to capitalize the first letter of words, but in the text, I want the long form to be set in ...
by dochar
Tue Jun 21, 2011 5:21 pm
Forum: Graphics, Figures & Tables
Topic: List of figures of a subset of figures
Replies: 9
Views: 6080

List of figures of a subset of figures

Okay, here's how I did this. I am going to share this hoping that it would help others.

In the preamble, I added the following:


% Add a list of study systems
\usepackage{tocloft}
\newcommand{\tocloftclearpage}{\clearpage\phantomsection}
% tocloft won't print listofs on new pages otherwise ...
by dochar
Tue Jun 21, 2011 3:52 pm
Forum: Graphics, Figures & Tables
Topic: List of figures of a subset of figures
Replies: 9
Views: 6080

Re: List of figures of a subset of figures

Thank you Stefan for your prompt reply.

If I use \DeclareCaptionType, how will I be able to associate two "types" to one single figure so that it appears in both listofs?
by dochar
Tue Jun 21, 2011 7:16 am
Forum: Graphics, Figures & Tables
Topic: List of figures of a subset of figures
Replies: 9
Views: 6080

Re: List of figures of a subset of figures

I have a related question. I have a number of figures in my dissertation. Out of those figures, there are some that I want to be included in *two* listof's: the standard "List of Figures" and a non-standard "List of Special Figures."

How can I do this?

I really appreciate any help.