[texhax] Figures not to be listed in LoF
Robin Fairbairns
Robin.Fairbairns at cl.cam.ac.uk
Fri Oct 31 23:28:53 CET 2003
> I am preparing a document using LaTex with large
> amount of figures, but I don't want all the figures to
> be listed in the list of figures.
>
> Could someone please suggest me how to exclude a
> figure from being listed in LoF.
\expandafter\def\csname ext@\@captype\endcsname{none}
does it but of course needs \makeatletter (quite apart from being a
bit on the clumsy side ;-)
how's about building it into a command \suploft(it works for the lot
as well as the lof):
\makeatletter
\newcommand\suploft\expandafter\def\csname ext@\@captype\endcsname{none}}
\makeatother
then your secret figures go:
\begin{figure}
...
\suploft
\caption{...}
\end{figure}
and you can have secret tables, too.
are you sure you're not really after subfigures?
More information about the texhax
mailing list