Skip to content

Commit

Permalink
fix: fix phi, epsilon and mathbf
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeX4 committed Mar 22, 2024
1 parent 9193362 commit f2e9e31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/mitex/specs/latex/standard.typ
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
tt: greedy-handle("mitexmono", math.mono),
cal: greedy-handle("mitexcal", math.cal),
bold: define-cmd(1, alias: "bold"),
mathbf: define-cmd(1, alias: "bold"),
mathbf: define-cmd(1, alias: "mitexmathbf", handle: it => math.bold(math.upright(it))),
bm: define-cmd(1, alias: "bold"),
boldsymbol: define-cmd(1, alias: "bold"),
pmb: define-cmd(1, alias: "bold"),
Expand Down Expand Up @@ -249,7 +249,7 @@
beta: sym,
gamma: sym,
delta: sym,
epsilon: sym,
epsilon: define-sym("epsilon.alt"),
zeta: sym,
eta: sym,
theta: sym,
Expand All @@ -265,7 +265,7 @@
sigma: sym,
tau: sym,
upsilon: sym,
phi: sym,
phi: define-sym("phi.alt"),
chi: sym,
psi: sym,
omega: sym,
Expand Down Expand Up @@ -294,9 +294,9 @@
Psi: sym,
Omega: sym,
varbeta: define-sym("beta.alt"),
varepsilon: define-sym("epsilon.alt"),
varepsilon: define-sym("epsilon"),
varkappa: define-sym("kappa.alt"),
varphi: define-sym("phi.alt"),
varphi: define-sym("phi"),
varpi: define-sym("pi.alt"),
varrho: define-sym("rho.alt"),
varsigma: define-sym("sigma.alt"),
Expand Down

0 comments on commit f2e9e31

Please sign in to comment.