Fonts & Character SetsRegistered trademark sign in superscript

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
SiRiO
Posts: 2
Joined: Wed Mar 25, 2009 10:22 pm

Registered trademark sign in superscript

Post by SiRiO »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: Registered trademark sign in superscript

Post by phi »

Hello,

use \textsuperscript{\textregistered}.
SiRiO
Posts: 2
Joined: Wed Mar 25, 2009 10:22 pm

Re: Registered trademark sign in superscript

Post by SiRiO »

Thanks that works!
sallo
Posts: 1
Joined: Mon Jul 20, 2009 3:40 am

Re: Registered trademark sign in superscript

Post by sallo »

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.
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Registered trademark sign in superscript

Post by gmedina »

Hi,
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...
we will need additional relevant information. The following code:

Code: Select all

\documentclass{article}

\begin{document}
\tableofcontents

\section{Fluent\textsuperscript{\textregistered} Subroutines}
\subsection{Fluent\textsuperscript{\textregistered} Subroutines}

\end{document}
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.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
MikeSell
Posts: 1
Joined: Sun Jan 08, 2017 12:19 pm

Registered trademark sign in superscript

Post by MikeSell »

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
Octavian
Posts: 1
Joined: Wed Sep 27, 2023 11:52 am

Registered trademark sign in superscript

Post by Octavian »

Thank you. It works.
winkunusual

Registered trademark sign in superscript

Post by winkunusual »

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!
Post Reply