top | item 38355416

(no title)

kitchi | 2 years ago

Overleaf solves a lot of the same problems as Typst, although since it's still within the LateX ecosystem. For example changes are immediately visible (or immediately after a recompile, but practically I almost never notice) and Overleaf tries it's best to parse and simplify the dense error messages. So some of their points against LateX have been partially/entirely solved.

Typst looks cool, and I'm probably going to check it out at some point, but a comparison to similar web-based LateX solutions would be more useful than what they have at the moment is all I'm saying.

discuss

order

TT-392|2 years ago

That is not what typst is though, it really is just a language and a compiler which you can just run in your commandline (and a fast one at that). There is that flashy web interface, but that is separate from typst itself, but you don't need to use that, it really is a latex replacement.

rubyfan|2 years ago

right, Typst is bigger than the online editor. The language and compiler would replace latex. It seems Overleaf is an online editor?

kaba0|2 years ago

You can’t avoid latex which is both good (huge ecosystem), and bad (it’s latex). Just recently I tried to help a friend with their CV where he wanted to raise the row-height in a pre-created CV “package”, and it was completely indecipherable, and I could only come up with an ugly hack.

xvilka|2 years ago

Yes, LaTeX error messages are next to useless.

calvinmorrison|2 years ago

the biggest being I can copy in LateX file and get all the benefits of overleaf! I Love overleaf

Levitating|2 years ago

> For example changes are immediately visible

The compilation speed of LateX doesn't really compare to Typst. With Typst I can work with 3 other students on the same paper, and all of our keystrokes are immediately rendered.

sestep|2 years ago

Right, my understanding was that by "immediately" they meant "way faster than LaTeX". You make a good point about consolidated errors though, I hadn't thought about that before.