I want to use the \mathbb{R} glyph from amssymb with unicode-math. However, AFAIK unicode-math automatically loads TeX Gyre fonts for this glyph:
% !TeX program = lualatex
\documentclass{article}
\usepackage{amssymb}
\usepackage{unicode-math}
\setmathfont{Latin Modern Math}
\begin{document}
[\mathbb{abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ}]
\end{document}
How can I get the look I am used to (pdfLaTeX + amssymb)?
\mathbb{R}? Looking at the .sty file unicode-math requires amsmath to be loaded, but I can't find a reference to the Gyre fonts nor to\mathhbbin the style file. – alchemist Feb 20 '23 at 07:02\symbbcomes from TeX Gyre, but asking why the OP thinks that. – alchemist Feb 20 '23 at 11:31