How to Input a Registered Trade Mark Sign Into a Title
Hello everyone,
I am trying to get a registered trade mark sign (®) into the title of my item to be cited. I am using Zotero 5.0.92 along with better bib tex (BBT), BibTeX and LaTeX.
I tried to use
1. \u00AE
and
2. {\\textregistered}
as well as
3. {\textregistered}
e.g. like: 'Gx \u00AE Nadelspritzen'
suggested here:
https://gist.github.com/theoky/4262556
Neither Unicode nor the LaTeX Code worked for me.
Can someone help me out?
Thank you,
Timon
I am trying to get a registered trade mark sign (®) into the title of my item to be cited. I am using Zotero 5.0.92 along with better bib tex (BBT), BibTeX and LaTeX.
I tried to use
1. \u00AE
and
2. {\\textregistered}
as well as
3. {\textregistered}
e.g. like: 'Gx \u00AE Nadelspritzen'
suggested here:
https://gist.github.com/theoky/4262556
Neither Unicode nor the LaTeX Code worked for me.
Can someone help me out?
Thank you,
Timon
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
The lack of bibtex escaping is an export issue -- you can report it to BBT on BibTeX and I'd guess Emiliano would be happy to add it.
https://github.com/retorquere/zotero-better-bibtex/issues/1680#issuecomment-712221193
This is / was the issue being opened. This was the suggested fix:
< sup > ® < /sup >
It worked for me :).
<sup>is just how Zotero does superscript, that's not BBT-specific.Sorry it automatically suppresses < sup > ® < /sup > if I don't put the blanks in. So this was the solution and it got me what I wanted.