My question is the following. I want to use the { and } math braces of the newcomputermodern package while using the newtxmath package. Can this be done. If yes please help me with the commands.
I am using Texlive distribution with ubuntu.
\documentclass[12pt]{extarticle}
\usepackage{newtxtext,newtxmath}
\begin{document}
$$\left\{\frac{1}{x}\right\}$$
\end{document}
This command gives me the newtxmath braces, whereas i want the braces to be of the newcomputermodern font.
fontspec? – cfr Sep 21 '23 at 03:00cmbracesoption of newtxmath gives the Computer Modern braces – mbert Sep 21 '23 at 03:47newtxmathit can be any other package. – C.S. Sep 21 '23 at 03:57newcomputermodernbraces especially because it appears HEAVIER and suits newtx or any other heavy font very well. – C.S. Sep 21 '23 at 07:20newcomputermodernbraces because they appear heavier than the standard computer modern :) :) – C.S. Sep 21 '23 at 07:21xelatex– C.S. Sep 21 '23 at 14:34rangeoption of\setmathfontfrom unicode-math, but I don't think the latter is compatible with newtxmath – mbert Sep 21 '23 at 18:48