johanvx / typst-undergradmath

A Typst port of undergradmath
Creative Commons Attribution Share Alike 4.0 International
109 stars 7 forks source link

doteq used by LaTeX #9

Closed Myriad-Dreamin closed 1 year ago

Myriad-Dreamin commented 1 year ago

According to symbl, a good symbol introduced by unicode early is U+2250, which named "Approaches the Limit".

Symbol Meaning Approaches the Limit. Mathematical Operators.

Approaches the Limit was approved as part of Unicode 1.1 in 1993.

So you can try:

// <module dotx>
#let eq = $\u{2250}$

According to unimath, they also use U+2250 as \doteq

johanvx commented 1 year ago

Oh, I didn't know this. Thanks for pointing it out!

johanvx commented 1 year ago

@Myriad-Dreamin would you mind leaving me an email (such as a GitHub-provided no-reply email) for creating co-authored commits?

It would be better if you create a PR into the main branch for this issue. Just need to replace the

[@noidea]

with

cell($\u{2250}$, [`\u{2250}` @tricky])

in Section Other Symbols.