#Redefine symbols
1 messages · Page 1 of 1 (latest)
?render
#import "@preview/quick-maths:0.1.0": shorthands
#show: shorthands.with(
($==$, math.equiv),
)
$==$
Great! Thank you!
?render
#import "@preview/quick-maths:0.1.0": shorthands
#show: shorthands.with(
($|-->$, math.arrow.r.long.bar ),
($\(+)$, math.plus.circle ),
($\(*)$, math.times.circle ),
($==$, math.equiv),
)
$A == B, x |--> x^2, A (+) B, A (*) B$
These are the ones I use