I wonder what's the status of LaTeX 3[1][2]. Also, it would be nice to have an automation in the style of Tectonic[3][4] (which looks like a dead project itself) out of the box. [1] https://www.latex-project.org/latex3/ [2] https://github.com/latex3/latex3 [3] http://tectonic-typesetting.github.io/ [4] https://github.com/tectonic-typesetting/tectonic/
TeX Live 2026 is available for download now
11–20 of 73 posts
Re: TeX Live 2026 is available for download now
#12Re: TeX Live 2026 is available for download now
#13If you’re installing this on a fresh machine, the network installer is usually the smoother option. The full ISO is great if you’re setting up multiple systems or need an offline install, but for most people the net install saves some headaches.
Re: TeX Live 2026 is available for download now
#14Cool. I've moved on to typst and hope to never touch latex again in my lifetime...
So happy to see new texlive as well
Re: TeX Live 2026 is available for download now
#15Re: TeX Live 2026 is available for download now
#16A WASM version of (La)TeX plus a decent IDE would be amazing. I'm wondering if such a thing exists.
Re: TeX Live 2026 is available for download now
#17Cool. I've moved on to typst and hope to never touch latex again in my lifetime...
Re: TeX Live 2026 is available for download now
#18Re: TeX Live 2026 is available for download now
#19I wonder what's the status of LaTeX 3[1][2]. Also, it would be nice to have an automation in the style of Tectonic[3][4] (which looks like a dead project itself) out of the box. [1] https://www.latex-project.org/latex3/ [2] https://github.com/latex3/latex3 [3] http://tectonic-typesetting.github.io/ [4] https://github.com/tectonic-typesetting/tectonic/
Seems like an admirable project but they’re building on creaky foundations. Even the way TexLive is released feels like something from academia than a real piece of software.
Re: TeX Live 2026 is available for download now
#20https://wiki.contextgarden.net/
It's a monolithic kernel with a relatively sane collection of "setup" macros that, by and large, can accomplish much of what LaTeX and its packages can do.
If you're curious about how to build TeX from scratch, have a look at my TeX.SE answer:
https://tex.stackexchange.com/a/576314/2148
I'd imagine making a FOSS port in Rust that has non-cryptic error messages wouldn't be a multi-year project using modern GPTs.