Hiya,
I'm trying to get the registered trademark sign in superscript by using $^\textregistered$. However \textregistered is not recognised in maths mode, how can I solve this problem? If you just type ProductName\textregistered, the sign is massive and it's as big as the font itself. I want it to be small and as a superscript.
Thanks in advance for any help.
John
Fonts & Character Sets ⇒ Registered trademark sign in superscript
Re: Registered trademark sign in superscript
Hello,
use \textsuperscript{\textregistered}.
use \textsuperscript{\textregistered}.
Re: Registered trademark sign in superscript
Thanks that works!
Re: Registered trademark sign in superscript
Hi,
I have a similar sort of problem nad that is how to write the same thing as "Section" or "subsection" format.
eg I have a heading "Fluent Subroutines" and I want to write fluent with registered mark. For your help and guidance pls.
I have a similar sort of problem nad that is how to write the same thing as "Section" or "subsection" format.
eg I have a heading "Fluent Subroutines" and I want to write fluent with registered mark. For your help and guidance pls.
Registered trademark sign in superscript
Hi,
that uses phi's suggestions seems to do exactly what you want. Since, apparently, you are experiencing difficulties, please give us a minimal working example tahat allows us to reproduce your problem.
we will need additional relevant information. The following code:sallo wrote:...
I have a similar sort of problem nad that is how to write the same thing as "Section" or "subsection" format.
eg I have a heading "Fluent Subroutines" and I want to write fluent with registered mark...
Code: Select all
\documentclass{article}
\begin{document}
\tableofcontents
\section{Fluent\textsuperscript{\textregistered} Subroutines}
\subsection{Fluent\textsuperscript{\textregistered} Subroutines}
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Registered trademark sign in superscript
The thing you forgot was to put brackets around the superscript, this should work
$^{\textregistered}$
Just saw you forgot the brackets, which will not work
$^{\textregistered}$
Just saw you forgot the brackets, which will not work
Registered trademark sign in superscript
Thank you. It works.
Registered trademark sign in superscript
Hi John,
You can achieve a superscript registered trademark sign by using the following code: ProductName$^{\textregistered}$. This will make the registered trademark symbol appear in superscript.
Hope this helps!
You can achieve a superscript registered trademark sign by using the following code: ProductName$^{\textregistered}$. This will make the registered trademark symbol appear in superscript.
Hope this helps!