Search found 3 matches

by Sper
Mon Oct 24, 2011 5:07 am
Forum: Graphics, Figures & Tables
Topic: subfig | Sub-figures out of LoF
Replies: 3
Views: 2943

Re: subfig | Sub-figures out of LoF

Someone gave me an alternative to solve the issue I was having (i.e., include only the captions of the Figures in the Table of content, as opposed to including both captions of Figures, and of Subfigures). The command is:

\usepackage[lofdepth=1]{subfig}

or

\setcounter{lofdepth}{1}

The template ...
by Sper
Sun Oct 23, 2011 11:36 pm
Forum: Graphics, Figures & Tables
Topic: subfig | Sub-figures out of LoF
Replies: 3
Views: 2943

Re: subfig | Sub-figures out of LoF

Thank you for your reply and the welcome, Thorsten.

I am fairly new to LaTeX (I know, I already sound familiar, don't I?:)), and I am now using it to write a thesis. I am finding it hard to provide a minimal example quick, since I am using a template with a specific style and numerous packages and ...
by Sper
Sun Oct 23, 2011 6:44 pm
Forum: Graphics, Figures & Tables
Topic: subfig | Sub-figures out of LoF
Replies: 3
Views: 2943

subfig | Sub-figures out of LoF

Hi everyone:

I'm wondering if it's possible to stop LaTeX from including in the list of figures the captions of all subfigures. I am currently using the subfig package.
\usepackage[caption=false,font=footnotesize]{subfig}
I want to include in the list of figures *only* the captions of the figures ...