On Thu, Jun 19, 2008 at 6:25 PM, Adrian Peter <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I would like to have subfigures labeled with a captial letter without
> parenthesis, i.e. 'A' instead of '(a)'.  Is there a way to insert some ERT
> that would accomplish this?  I tried to change the subfigure.sty by removing
> the '()' around the following two commands:
>
> \providecommand*{\thesubfigure}{\Alph{subfigure}}
>
> \renewcommand*{\thesubfigure}{\Alph{subfigure}}
> But this has no effect when I designate a figure as subfigure in the Lyx
> dialog.  Thank you in advance for your help.
>
> Adrian
>

I don't think you need to modify subfigure.sty. I just put your:

\renewcommand{\thesubfigure}{\Alph{subfigure}}

in a document using article and book classes and it worked (changed
subfigure labels from (a) to A).

Cheers,
/Bob

Reply via email to