From b9f4a1ed9c0e2043ab4053782fb3db57ea24ae15 Mon Sep 17 00:00:00 2001 From: Yu Cong Date: Fri, 30 May 2025 12:02:32 +0800 Subject: [PATCH] \usepackage[fira]{fontsetup} works well. no need to use unicode mathbb --- myctex.sty | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/myctex.sty b/myctex.sty index 2eb3f9c..9b1e7a0 100644 --- a/myctex.sty +++ b/myctex.sty @@ -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