I tried to follow the suggestion in this question regarding how to use blackboard bold symbols for both Greek and Latin letters in the same document.
Bizarrely, I find that when I use the suggested code in my preamble, commands like \mathbb{\Delta} and \mathbb{\Sigma} result in symbols completely unrelated to the desired ones.
\documentclass{amsart}
\usepackage{amsfonts}
\usepackage[bbgreekl]{mathbbol}
\DeclareSymbolFontAlphabet{\mathbb}{AMSb}
\DeclareSymbolFontAlphabet{\mathbbl}{bbold}
\begin{document}
$\mathbb{\Delta}$
$\mathbb{\Sigma}$
\end{document}
generates the output
I see the same problem compiling on my own computer, and compiling on Overleaf. Does anyone have suggestions for how to fix this? As in the question linked above, my goal is to use the AMS blackboard bold font for Latin letters and the bbgreekl font for capital Greek letters. In other words, my goal is to use
and
in the same document.



mathbbol's font for all blackboard bold symbols? – Vincent Oct 11 '22 at 15:57