\usepackage[fira]{fontsetup} works well. no need to use unicode mathbb

This commit is contained in:
Yu Cong 2025-05-30 12:02:32 +08:00
parent 68dee2c7e4
commit b9f4a1ed9c

View File

@ -121,13 +121,13 @@
% I give up. These are in the wrong font, but my kludged versions
% LOOK like kludges, especially \Z, \Q, and \C.
%
\def\Real{}
\def\Proj{}
\def\Hyper{}
\def\Integer{}
\def\Natural{}
\def\Complex{}
\def\Rational{}
\def\Real{\mathbb{R}}
\def\Proj{\mathbb{P}}
\def\Hyper{\mathbb{H}}
\def\Integer{\mathbb{Z}}
\def\Natural{\mathbb{N}}
\def\Complex{\mathbb{C}}
\def\Rational{\mathbb{Q}}
\let\N\Natural
\let\Q\Rational