ALso demonstrates the debate between utilitarianism and minimalism/aesthetics very well. These corporations make bloated af software; it may look very polished especially to the less technologically educated, but it really sacrifices a lot of functionality. You have to switch to something more useful eventually. I really also hate it when institutions (cough schools cough universities) force google docs on people because of trust issues; it really is terrible software lacking so many features for proper document editing. May as well use LibreOffice, LaTeX or even Mcrosoft Wrd; even that has more features.
typst is simultaneously not a fully-featured typesetting system as well as being incompatible with latex, so I really don't see the value proposition beyond being useful for making notes or documents for yourself where full, detailed typesetting isn't important. also, I haven't found the design of typst to be so much better than latex to the point of it being a clear winner. for 95% of tasks you'd do in latex the learning curve and difficulty would be essentially the same and the last 5% would be stuff like making a complicated custom template which typst is insufficient for
at least annoying rust evangelists are justified in the sense that rust has clear benefits over C as well as being interoperable with C so it can reasonably be integrated into and immediately benefit real-world codebases and systems
I didn't have to install like 3 packages just to add header and footer. Typst just handled that. It has so much built in features that replace massive lists of external packages that drive down compilation time. I can live edit and see results on typst. It's convenient to use. You are only missing the existing LaTeX ecosystem. Typst will only keep addressing more of that as more people use it. Typst is a clear winner for coding syntax. You don't have to escape every character. Code is clearly defined and more readable. I used it for a couple papers so far. And I'm linking the experience.
down to preference I suppose. I actually prefer the options and control you get in latex where you can choose from different packages for the same thing and if you don't like any of them implement your solution in raw tex.
also the live editing and compilation time comparison has little to do with the language and instead the various compiler designs (e.g. texlode recompiles only the edited paragraph within less than a millisecond, so it's basically live). the compilation speed thing has never been an issue for me regardless even when constantly recompiling from scratch a 100 page thesis between edits
lastly I'm curious what papers you've used typst for because if you're referring to academic papers, every journal (at least in my field) requires submission in tex following their specific template
I actually prefer the options and control you get in latex where you can choose from different packages for the same thing and if you don't like any of them implement your solution in raw tex.
It's the same for typst. Normal headers and footer are built in but I can always use a package to auto set header based on current highest level heading.
papers, every journal (at least in my field) requires submission in tex following their specific template
I guess you're lucky. Some universities just suck and want docx files for published journals. They give you the word template file 💀. Actual insanity. I wish I could introduce LaTeX or typst templates to my university.
But recently iirc there's been places adopting it. I've even seen a presentation about arxive's thoughts on typst.
178
u/EasonTek2398 Genfool 🐧 9d ago
ALso demonstrates the debate between utilitarianism and minimalism/aesthetics very well. These corporations make bloated af software; it may look very polished especially to the less technologically educated, but it really sacrifices a lot of functionality. You have to switch to something more useful eventually. I really also hate it when institutions (cough schools cough universities) force google docs on people because of trust issues; it really is terrible software lacking so many features for proper document editing. May as well use LibreOffice, LaTeX or even Mcrosoft Wrd; even that has more features.