Hi all,

I'm trying to make a character style or command to put a registered trademark 
symbol smaller and up from the normal text line. This is ALMOST what I want:

==================================
\documentclass[12pt]{article}
\begin{document}
Troubleshooters.Com%
\raisebox{0.40\baselineskip}
{\begin{footnotesize}\textregistered{}\end{footnotesize}}
Bookstore
\end{document}
==================================

The only problem with the preceding is I've hardcoded a specific text size for 
the trademark symbol, namely footnotesize. What I REALLY want to do is have a 
way to define the trademark symbol's size as two sizes smaller than the 
current size. Anyone know how to do that?

Extra credit would be if I could move the trademark symbol to the left 
slightly so that it would appear to hover over the upper right edge of the 
previous character, rather than coming after it.

Thanks

SteveT

Steve Litt
Recession Relief Package
http://www.recession-relief.US
Twitter: http://www.twitter.com/stevelitt

Reply via email to