packages feed

typst-0.1.0.0: test/typ/math/op-03.typ

// Test custom operator.
$ op("myop", limits: #false)_(x:=1) x \
  op("myop", limits: #true)_(x:=1) x $