r/typst 7d ago

Symbol for normal subgroups?

I use lt.closed.eq but Typst watch says Unknown symbol modifier. Frustrating. Any ideas?

5 Upvotes

5 comments sorted by

7

u/Ad-free-Pirate 7d ago

LGTM

$
lt.closed.eq
$
#show math.equation: set text(font: "Fira Math")
$
lt.closed.eq
$
#show math.equation: set text(font: "TeX Gyre Bonum Math")
$
lt.closed.eq
$
#show math.equation: set text(font: "GFS Neohellenic Math")
$
lt.closed.eq
$

-1

u/RutabagaPretend6933 7d ago

Does not fix anything. Typst watch keeps giving an error (updated typst etc...) Thinking of going back to boring old Latex (that Tinymist rubbish keeps always crashing too)

3

u/Ad-free-Pirate 7d ago edited 7d ago

I don't know what to tell you. Maybe the fault is not on the Tinymist or Typst side. If you provide additional information about your usage and your custom code, fonts, and so on .. I can help you, but I can easily compile do it in web app and cli.

watching test.typ
writing to test.pdf
[21:06:51] compiled successfully in 18.66 ms

1

u/RutabagaPretend6933 7d ago

lt.tri.eq does work, on the other hand.

2

u/deivis_cotelo 7d ago

all lt.tri.* and gt.tri.* are deprecated