Herbert Voss writes:
> Nicolas Constans wrote:
> >
> > Hi,
> >
> > I would like to know if it is possible to have text of a figure
> > caption in italic?
> > and how?
>
> inlatex preamble
>
> \renewcommand{\thefigure}{\it \ifnum \c@chapter>\z@ \thechapter.\fi
> \@arabic\c@figure}
>
> this is the figure-caption for book-class like "chapter.number",
> but this is not important. only \it is new.
But when I do this, at the point where my figure is referenced, all the
text become italic!
What do I have to modify?
Thanks,
Nicolas.