M�ndag 14. mars 2005 13:55 skreiv Renard Francois:
> I have a similar question : how to modify the caption labels in LYX ?
> I'd like to change "FIG." (the PS result) into "Figure "
>
> I have another problem with the caption package :
> setting "labelfont=bf", the labels remain in normal font.
> The rest of the caption is correctly modified by my caption options.
>
> Thanks
>
> Fran�ois Renard
>
> Jean-Marc Lasgouttes wrote:
> >>>>>>"Geoffrey" == Geoffrey Lloyd <[EMAIL PROTECTED]> writes:
> >
> >Geoffrey> I am trying to typeset a document using revtex4. When I
> >Geoffrey> place a figure float and caption it labels it as Figure #.
> >Geoffrey> How do I force it to be Fig. # as required by the publisher.
> >Geoffrey> (APS, PRL options are selected)
> >
> >Is it also a problem in the dvi output?
Well, there may be better ways (more correct) to do this, however, I found
this way a long time ago and it works...
At the start of the document add in ERT for Fig.:
\renewcommand\figurename{Fig.}
and for bold caption use
\renewcommand\figurename{\bf{Fig.}}
and for bold Fig and normal caption add
\usepackage{caption}
in the preamble.
Ingar