Rich Shepard wrote:
I'm trying to get the Registered symbol (a circled, uppercase R) as a superscript after the registered trademark. I use the following ERT:
$^{\textregistered}$
but nothing appears in the dvi output.
What have I done incorrectly?
As the command begins with "text", it is a textsymbol. So don't use it in formulas (delete the surrounding $). (Btw. you don't need braces around commands.)
If you need a circled R � in a formula, use the command \circledR.
regards Uwe
