[Tuglist] subfigure

Mohit Agarwal tuglist@gnu.org.in
Thu, 28 Jun 2001 15:11:09 +0530 (IST)


*** S. Nagesh Kini wrote in the TUGIndia list today at 10:10 +0530:

:   In chapter 13 of tutorial chapters,
:   title: fun with floats, subfigure environment
:   It is not mentioned where to put the name of the file containing the
:   figure. Can I get some help?

\subfigure[Something]{\label{fig:something}\includegraphics{myfigure}}

would give you a subfigure with the caption `Something' and `myfigure'
would be the included figure with the label `fig:something'.  You'll need
to put the above line in the figure environment as in the tutorial.  The
three dots (after the label) in the tutorial seem to suggest that it is
the place for placing your graphic.

mohit

p.s.  I suppose that the tutorial sources are also available.