Fonts & Character SetsHow to make \circledR show up when using newtx?

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
user49915
Posts: 81
Joined: Wed Apr 17, 2019 12:51 pm

How to make \circledR show up when using newtx?

Post by user49915 »

Compile the following code with latex+dvips:

Code: Select all

\documentclass{article}
\usepackage{newtxtext,newtxmath}
\begin{document}
\circledR \(\circledR\)
\end{document}
As a result, we get an empty document (except the page number). The compilation finishes successfully, only there is a hint in the log file: "Missing character: There is no ò in font ntxsym!" How to get ® in newtx in text and in math? Any (quick) bugfix? After all, the changelog of newtx says for version 1.515 this: "Corrected definitions of [...] \circledR", so, this character should work.

The newtx author has been e-mailed on 2019-07-11, but has not reacted as of 2019-07-17. If anyone has an e-mail address of him different from the one mentioned at CTAN (http://web.archive.org/web/201706142254 ... onts/newtx), please feel free to nag him.

Crosspost: http://tex.stackexchange.com/questions/ ... p-in-newtx

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

How to make \circledR show up when using newtx?

Post by Stefan Kottwitz »

Hello,

it works now, I just checked by clicking "Run LaTeX here" that's running TeX Live 2021. It also works with LaTeX in DVI mode as mentioned above, it can be tested by inserting

% !TEX latex

at the start of the code above. The output PDF properties then show that it comes cia DVI.

Stefan
LaTeX.org admin
Post Reply