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