Ok. Most STEM students find themselves at one point diving deeper into LaTeX than the actual report subject they are writing. But developing your own replacement to LaTeX is whole new level. Nice one :-)
i wonder if gpt4 eases that pain a bit i suspect it does for basic usecases but will still be ultra painful for advanced ones
Typst, a new markup-based typesetting system, is now open source
31–40 of 147 posts
Re: Typst, a new markup-based typesetting system, is now open source
#32is there vector graphics support of any kind?
Re: Typst, a new markup-based typesetting system, is now open source
#33Ok. Most STEM students find themselves at one point diving deeper into LaTeX than the actual report subject they are writing. But developing your own replacement to LaTeX is whole new level. Nice one :-)
Re: Typst, a new markup-based typesetting system, is now open source
#34So, I will try it once I have time, but how doable is it to bent this thing to your will? Because the main problem I have with latex is that I am often trying to do something, which it just isn't made to handle. For example, I often find lots of hyphens and justified text hard to read, so I try to get latex to not use justified text and to never hyphenate. However, latex seems to be really bad when you want to do unc…
Re: Typst, a new markup-based typesetting system, is now open source
#35I have spent probably too much time trying to gain a comfortable level of proficiency with LaTex and I have not been able too. Maybe I just don't use it often enough but I always now find myself just using HTML/CSS instead. Even when the thing I'm laying out is specifically just something to be printed. I feel similarly about LaTeX and Vim. I like them. They are interesting. I appreciate the history around their deve…
Re: Typst, a new markup-based typesetting system, is now open source
#36Ok. Most STEM students find themselves at one point diving deeper into LaTeX than the actual report subject they are writing. But developing your own replacement to LaTeX is whole new level. Nice one :-)
Do note[1] that TeX itself was written as a result of Knuth being unsatisfied with the typesetting of then-newly reissued volume 2 of TAoCP. I don’t know if Lamport encountered the same yak with LaTeX, but I do know he’s a distributed systems researcher, not a programmer in a relevant area :) [1] https://yakshav.es/the-patron-saint-of-yakshaves/
Few people have every used TeX itself, compared to the massive amounts who have used LaTeX; but if you haven't used raw TeX you should try it sometime; it's surprisingly how simple and powerful it is.
Re: Typst, a new markup-based typesetting system, is now open source
#37There's also Sile: https://sile-typesetter.org/ LaTeX (Well, LuaTeX) powers my E-ink newspaper ( https://imgur.com/a/NoTr8XX ), but I've been curious to use it as a vehicle to try out some of these alternatives and see if they can put together a non-trivial layout.
Re: Typst, a new markup-based typesetting system, is now open source
#38Re: Typst, a new markup-based typesetting system, is now open source
#39More seriously, I am really following this project closely, and now that it's open source I'd like to see if its possible to add the key libraries my field needs: mathpartir, and something like semantics? especially if typst can provide better syntax and errors!
Re: Typst, a new markup-based typesetting system, is now open source
#40Earlier quoted context omitted.
Do note[1] that TeX itself was written as a result of Knuth being unsatisfied with the typesetting of then-newly reissued volume 2 of TAoCP. I don’t know if Lamport encountered the same yak with LaTeX, but I do know he’s a distributed systems researcher, not a programmer in a relevant area :) [1] https://yakshav.es/the-patron-saint-of-yakshaves/
LaTeX was and is just a collection of macros on top of TeX. Few people have every used TeX itself, compared to the massive amounts who have used LaTeX; but if you haven't used raw TeX you should try it sometime; it's surprisingly how simple and powerful it is.