mirror of
https://github.com/congyu711/ctexsty.git
synced 2025-07-12 08:31:32 +08:00
\usepackage[fira]{fontsetup} works well. no need to use unicode mathbb
This commit is contained in:
parent
68dee2c7e4
commit
b9f4a1ed9c
14
myctex.sty
14
myctex.sty
@ -121,13 +121,13 @@
|
|||||||
% I give up. These are in the wrong font, but my kludged versions
|
% I give up. These are in the wrong font, but my kludged versions
|
||||||
% LOOK like kludges, especially \Z, \Q, and \C.
|
% LOOK like kludges, especially \Z, \Q, and \C.
|
||||||
%
|
%
|
||||||
\def\Real{ℝ}
|
\def\Real{\mathbb{R}}
|
||||||
\def\Proj{ℙ}
|
\def\Proj{\mathbb{P}}
|
||||||
\def\Hyper{ℍ}
|
\def\Hyper{\mathbb{H}}
|
||||||
\def\Integer{ℤ}
|
\def\Integer{\mathbb{Z}}
|
||||||
\def\Natural{ℕ}
|
\def\Natural{\mathbb{N}}
|
||||||
\def\Complex{ℂ}
|
\def\Complex{\mathbb{C}}
|
||||||
\def\Rational{ℚ}
|
\def\Rational{\mathbb{Q}}
|
||||||
|
|
||||||
\let\N\Natural
|
\let\N\Natural
|
||||||
\let\Q\Rational
|
\let\Q\Rational
|
||||||
|
Loading…
x
Reference in New Issue
Block a user