you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 1 month ago (1 child)

I personally never had a case where Typst couldn't do what I wanted and usually found something better in Typst instead. The only exception is to do curly snake-like rectangle borders, but it's probably doable in Cetz.

As for hyperref, you are propably right, I would personally use a boolean flag for that and do two versions. Though the whole point of a pdf is to have the same look between it and the print, other features might fail depending on the viewer.

I think the extra spaces in math make it more readable, and it's kinda the price to pay to not have to add backslashes everywhere. One instance when I found it weird was that frak("abc") had a different font than frak(a b c). So i just make a #let abc = $frak( a b c)$ rule.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 1 month ago (1 child)

    I personally never had a case where Typst couldn't do what I wanted and usually found something better in Typst instead.

    Same. I love the structure and syntax. I did not mean to sound a bit like hater. I just wanted to mention that there are niche usecases where you might still need LaTeX.

  • source
  • parent
  • hideshow 2 child comments