Closed adamanteye closed 4 months ago
FYI, quick-maths – Typst Universe allows us to write +-
.
#import "@preview/quick-maths:0.1.0": shorthands
#show: shorthands.with(
($+-$, $plus.minus$),
($|-$, math.tack),
($<=$, math.arrow.l.double) // Replaces '≤'
)
$ x^2 = 9 quad <==> quad x = +-3 $
Wow, this is what I need, thank you!
let pm = $plus.minus$
saved me a lot of time, I wonder if it is okay to make this as a default option.