[Tugindia] Use of longtable as longfigure
Herbert Voss
Herbert.Voss at alumni.TU-Berlin.DE
Sat Jul 26 23:51:21 CEST 2003
H S Rai schrieb:
> I need to have table of figures. So, I am using longtable for many
> figures running on a number of pages. But, I want this to be
> captioned as `Figure' and get listed in `List of figures' in place of
> `List of tables'.
>
> How this can be achieved?
easy with package nonfloat
Herbert
\documentclass{article}
\usepackage{nonfloat}
\begin{document}
\listoffigures
some text
\bgroup
\bigskip
\centering
%\includegraphics{filename 1}
%\includegraphics{filename 2 and so on}
\rule{10cm}{15cm}\\[1cm] % demo for the images
\rule{10cm}{15cm}% demo for the images
\figcaption{some nice caption}
\egroup
\end{document}
More information about the tugindia
mailing list