logoalt Hacker News

mamamiyesterday at 8:35 PM1 replyview on HN

I still much prefer LaTeX actually, I don't feel like Typst improves over its main flaw, i.e. lack of consistency. One could argue that it's even more inconsistent. I really miss commands, \section for example clearly does what it says it does, while '=' is more nebulous. I don't like that instead of typing `\alpha+c` now I need to write `alpha + c` it blurs the line between what is a command and what isn't.

So imo in terms of scientific writing it's pretty off the mark


Replies

mr_mitmyesterday at 9:05 PM

Most, if not all of these are just syntactic sugar. You can simply write `#heading()` instead. Although I'm not sure if there is an equivalent in math mode.