Live data from Hacker News

TeX Live 2026 is available for download now

tug.org

31–40 of 73 posts

Re: TeX Live 2026 is available for download now

#31

ConTeXt often goes unmentioned in TeX threads. https://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-c…

> ConTeXt often goes unmentioned in TeX threads. > 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. I don't know what constitutes "sane", but I literally just downloaded and installed it right now because you mentioned it, and it choked on a trivial hello world: $ mtxrunjit --script context doc.tex ... > tex err…

You wrote a LaTeX document. ConTeXt does not claim to be compatible with LaTeX.

You can find a "hello world" here: https://wiki.contextgarden.net/Document_layout_and_layers/Tu...

Re: TeX Live 2026 is available for download now

#32
post #9

Earlier quoted context omitted.

I've recently made a dozen vastly different projects with Typst, ALL of which would have created dependency hell, syntax noise, and hours of extra pointless work in Latex. It's such a clear win at this point it's embarrassing.

reminds me of when LyX became trendy with a small group of optimists.

I mean, LyX has met my needs since 2019 - I don't particularly need to be optimistic about it. I was even able to bring in parts of my old LaTeX preamble with me, especially some utility macros. It was a pretty painless switch with immediate benefit.

(I've done everything in it from write honors theses and format CVs.)

I've been interested in Typst. But beyond report generation (which I avoid in general), I don't really have a general "document processing" tool, but multiple specialized ones, and given Typst's current jack of all trades/master of none status, I'm not sure what it'll replace. I use Quarto for a lot of my statistical computing, LyX if I need to do a lot of finicky math typesetting (e.g. if I need to break out \qquad), and Word - god forbid - for my non-technical collaborators.

Re: TeX Live 2026 is available for download now

#33
post #19
post #11

Earlier quoted context omitted.

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.

Yes, unlike real software it has backward compatibility to the 80s.

Things break all the damn time with LaTeX. Example: https://tex.stackexchange.com/questions/730126/update-to-cle...

Sometimes bugs appear only if you load three specific packages in a specific order. The fact that there are no namespaces and every package can modify everything makes it a complete nightmare. LaTeX would do well to take a hint from the lessons we learned in the past 40 years. Or just retire it and push something sane forward, like Typst.

Re: TeX Live 2026 is available for download now

#34
post #33
post #19

Earlier quoted context omitted.

Yes, unlike real software it has backward compatibility to the 80s.

Things break all the damn time with LaTeX. Example: https://tex.stackexchange.com/questions/730126/update-to-cle... Sometimes bugs appear only if you load three specific packages in a specific order. The fact that there are no namespaces and every package can modify everything makes it a complete nightmare. LaTeX would do well to take a hint from the lessons we learned in the past 40 years. Or just retire it and push…

Latex is not Tex.

Re: TeX Live 2026 is available for download now

#35
post #34
post #33

Earlier quoted context omitted.

Things break all the damn time with LaTeX. Example: https://tex.stackexchange.com/questions/730126/update-to-cle... Sometimes bugs appear only if you load three specific packages in a specific order. The fact that there are no namespaces and every package can modify everything makes it a complete nightmare. LaTeX would do well to take a hint from the lessons we learned in the past 40 years. Or just retire it and push…

Latex is not Tex.

Neither is texlive. Texlive and LaTeX is what this thread and the comment you replied to are about.

Re: TeX Live 2026 is available for download now

#37

ConTeXt often goes unmentioned in TeX threads. https://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-c…

> ConTeXt often goes unmentioned in TeX threads. > 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. I don't know what constitutes "sane", but I literally just downloaded and installed it right now because you mentioned it, and it choked on a trivial hello world: $ mtxrunjit --script context doc.tex ... > tex err…

How did you install ConTeXt? Because "mtxrunjit" shouldn't be included in any modern versions.

Re: TeX Live 2026 is available for download now

#38
post #4

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/

> I wonder what's the status of LaTeX 3

It's either already here or never happening, depending on your perspective [0] [1].

> it would be nice to have an automation in the style of Tectonic

What do you mean by "automation"?

[0]: https://www.texdev.net/2024/11/11/the-mythical-latex3

[1]: https://tug.org/TUGboat/tb44-1/tb136mitt-history.pdf#page=5

Re: TeX Live 2026 is available for download now

#39
post #11
post #4

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/

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.

I work on the packaging in TeX Live, and I'll freely admit that it's arcane and convoluted (from a packager's perspective), but it's super reliable, and the end-users are mostly insulated from all the inner workings. It can indeed be tricky to debug if something breaks, but this is thankfully quite rare.

Re: TeX Live 2026 is available for download now

#40
post #23

Great! All my projects will now break because it instantly becomes impossible to download from the previous version.

You can still install old versions going back to the 90s [0]. If you specifically want to update/install a package on a current installation of TeX Live 2025, you just need to run

  tlmgr repository set https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2025/tlnet-final
(You can replace that URL with any of the historic mirrors in [0])

[0]: https://tug.org/historic/

Post reply on HN