LB schrieb:

A portion of my document preamble is shown below. I add that to preamble to create a letters inside a circle with an ERT command such as \tcircledIII{$A$} that results in letter A inside a circle. This works fine everywhere in the document with the exception of the figure captions.

This should always work:

\usepackage{textcomp}

For small letters use in LyX e.g. the command
\textcircled{w}
in ERT.

For larger letters use e.g.
\Large \textcircled{\normalsize\raisebox{-1.5pt}{W}}
in ERT.

regards Uwe

Reply via email to