TeX Live 2026 is available for download now

(tug.org)

88 points | by jithinraj 14 hours ago ago

57 comments

  • thangalin 11 hours ago

    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-cryptic error messages wouldn't be a multi-year project using modern GPTs.

    • dataflow 10 hours ago

      > 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 error on line 1 in file doc.tex: ! Undefined control sequence
        ...
        1 >>  \documentclass{article}
        2     \begin{document}Hello, world\end{document}
      
      ...which might explain why it goes unmentioned?

      I feel like this is gonna be a tougher sell than you expect. How the heck is a user expected to switch to ConTeXt?

      • mr_mitm 10 hours ago

        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...

      • noosphr 9 hours ago

        LaTeX is not ConTeXt.

        Both use TeX as their layout engine. Both are different type of markup languages that live on top of TeX.

      • gucci-on-fleek 10 hours ago

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

    • Copyrightest 10 hours ago

      I imagine making a buggy and unmaintainable version could be done quickly, sure, if you don't mind your documents being killed by a thousand small typesetting cuts. TeX is incredibly complicated for good reasons, people should read Knuth's book.

      The reason TeX is written in a 1984 dialect of Pascal is that the typesetting bugs have been solved in a completely specified language; it is much easier to write a transpiler for Pascal->C than to rewrite TeX. Asking an LLM to rewrite it in the language-du-jour is a huge cost for very little benefit.

      BTW it has been so depressing in the last few months to see LLM-generated projects make claims about performance/accuracy, but there is no benchmarking code on Github and the "thousands of tests" are all useless happy paths. I am sure we will see some grifter claim that Claude rewrote TeX and I am sure dozens of credulous HN users will take it seriously. But we won't see a useful rewrite. It'll be resume-oriented slop like that dishonest Mathematica-in-Rust project we saw last week.

  • xvilka 13 hours ago

    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/

    • gucci-on-fleek 9 hours ago

      > 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

    • maxnoe 7 hours ago

      Ever tried latexmk for the automation?

    • alxhslm 13 hours ago

      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.

      • gucci-on-fleek 9 hours ago

        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.

      • noosphr 11 hours ago

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

        • mr_mitm 10 hours ago

          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.

          • noosphr 10 hours ago

            Latex is not Tex.

            • mr_mitm 10 hours ago

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

              • noosphr 9 hours ago

                Typst is a replacement for TeX.

                Not LaTeX.

                You'd of course need to read the documentation on what TeX and LaTeX are to understand this. Most people would rather write a new system.

                • mr_mitm 9 hours ago

                  I don't know why you think the condescending tone is appropriate. I've been using LaTeX for twenty years and I believe I understand the difference. I also respectfully disagree on your assessment of Typst.

                  • noosphr 7 hours ago

                    Have you written documents in raw TeX?

                    • leephillips 4 hours ago

                      I’ve written book-length documents in Plain TeX (probably what you mean — nobody writes in “raw” tex) and in LaTeX. I would say that Typst, if it’s a replacement for anything, is a replacement for LuaLaTeX, because of its programmability. But in this article I framed it as a possible LaTeX replacement:

                      https://lwn.net/Articles/1037577/

  • sombragris 8 hours ago

    Congrats to all the TeXLive team on a new release.

    If you're stuck on something LaTeX related, remember there's the latest edition to The LaTex Companion. It even has an appendix explaining the (in)famously cryptic LaTeX/TeX error messages:

    https://latex-project.org/help/books/

    There's also, among other resources, the great LaTeX Font Catalogue: https://tug.org/FontCatalogue/

    Enjoy the new release!

  • gucci-on-fleek 9 hours ago

    Here's the list of notable changes in TeX Live 2026 [0]. LaTeX is released independently from TeX Live, so looking through its changelog [1] is also helpful if you haven't updated recently.

    [0]: https://tug.org/texlive/doc/texlive-en/texlive-en.html#x1-94...

    [1]: https://www.latex-project.org/news/latex2e-news/ltnews.pdf#i...

  • __mharrison__ 13 hours ago

    Cool. I've moved on to typst and hope to never touch latex again in my lifetime...

    • kleiba 11 hours ago

      I recently had good luck writing a paper in org-mode. The .tex export has been around forever but I never really played with it - unlike other Emacs users, I don't actually use org-mode that much.

      But in the end, it worked surprisingly well. Mind you, I didn't have anything too fancy in the paper (no figures, minipages, tikz, etc...), so that made the task very easy. But it was a good workflow:

        - Write org-mode text in left buffer.
        - Have Emacs issue a .tex export on save.
        - Have the document automatically compile when .tex files are newer than the .pdf file
        - Have the right buffer show and automatically reload the pdf file.
      
      That made it so I could just write stuff in the left buffer and on save, the pdf in the right buffer would update and reflect the last changes. I found that a quite pleasant setup.
      • laszlokorte 8 hours ago

        With typst its fast enough to update the pdf/png/svg preview while you are typing, instead of waiting 0.x seconds when hitting save :)

        • kleiba 7 hours ago

          Yeah, I know, it's pretty cool... because, frankly, who's got that much time to waste??

    • smartmic 10 hours ago

      After quite some time, and actually after reading this post[0], I took another look at GNU Texmacs, this time with a little more depth and patience. And indeed, the program is an incredibly powerful tool for creating beautiful documents. I'm also currently on a roll where I'm reappreciating the philosophical advantages of WYSIWYG. Anyway, for me it's definitely an insider tip for anyone who is annoyed by LaTeX and is open enough to try WYSWYG.

      [0]: https://news.ycombinator.com/item?id=47152982

      • leephillips 4 hours ago

        To save people’s time: this thing is not LaTeX and you won’t be able to use any of the LaTeX packages that you need if you are preparing a manuscript for a journal (for example).

    • xvilka 13 hours ago

      Typst lacks PGF/TikZ alternative.

      • blipmusic 13 hours ago
        • fiso64 11 hours ago

          Worth noting that LLMs are very bad at writing cetz code, even if you try to feed them all the docs. I had to use TiKZ and import the resulting PDFs for some of the more complex illustrations in my thesis.

        • xvilka 12 hours ago

          Interesting, thanks. Looks quite promising.

    • alxhslm 13 hours ago

      Stared typst ages ago. Thanks for the reminder to try it out. Now the cost of switching is so low too

    • anotherpaul 12 hours ago

      I've also started using typst for some projects. I am slowly getting used to the syntax. But it's a process for me. I also still have latex projects/docs

      So happy to see new texlive as well

    • mastermage 8 hours ago

      Switched about 3 Years ago, never looked back. Its a happy place.

    • netbioserror 13 hours ago

      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.

      • mieses 13 hours ago

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

        • dash2 11 hours ago

          LyX is cool but it was still just on top of TeX. typst is much more fundamental.

        • nxobject 10 hours ago

          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.

        • IshKebab 10 hours ago

          LyX is pretty great. It has an equation editor that actually works very well - once you learn it it's much nicer than typing in the raw LaTeX.

          If I had to use LaTeX, I'd definitely do it via LyX.

    • pjmlp 12 hours ago

      After delivering my thesis in LaTeX, I never bothered with it again, even at CERN back in 2003 most folks were using a mixture of Word and FrameMaker, with templates to have a TeX like paper output.

  • gucci-on-fleek 10 hours ago

    I'm one of the developers working on TeX Live; I'll try answer any questions in the replies.

  • deep1283 13 hours ago

    If 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.

  • bombcar 6 hours ago

    One thing I like about a full install of TeX Live is it comes with a large number of amazing manuals in PDF form; perfect for reading when bored on the plane without Internet access.

    Look for /texmf-dist/doc/fonts/memdesign/memdesign.pdf if you want a fun non-technical one.

  • wink 7 hours ago

    This comment section has made it clear to me (and maybe others that use some of these tools every 10 years) that just finding the correct project/binary if you want to use TeX can be... interesting :)

    https://www.tug.org/levels.html seems like a good start

  • theanonymousone 12 hours ago

    A WASM version of (La)TeX plus a decent IDE would be amazing. I'm wondering if such a thing exists.

  • kkfx 11 hours ago

    Personally I use LaTeX for anything I have to write as pdf, I understand many critics but... So far is The Tool to makes good typesetting. PostScript can do nearly the same at a harder effort for the user, Typist can't match, others are just LaTeX wrappers or can't deliver anything decent.

    The problem is that today we have a massive gap in development: there was a time when high-quality FLOSS development existed, followed by an era of resting on one's laurels while creating very little, mostly just stuff built on top of existing systems in an attempt to simplify things, which only resulted in making them more complex and fragile, with zero innovation.

    Today, we have generations of developers who simply don't know classic FLOSS tools beyond the surface level and lack the technical background to create new ones that aren't dependent on the tech giants. This is because obsolete universities have de facto trained legions of big tech labourers rather than autonomous technicians capable of standing on their own two feet.

    The issue is that there was never a real desire to give "the power of computing" to end users. Consequently, at the first opportunity, the desktop was undermined and rejected to keep everyone dependent on someone else's services. Now, young developers don't know how to evolve back towards the desktop, even though they sense, without fully understanding, that this is the right way forward.

    We are losing decades of potential evolution with repercussions for centuries to come, just to feed a handful of people who profit from others' ignorance.

    So, while it's true that on one hand we have excellent tools that are obsolete, clunky, and difficult to integrate today, it's also true that on the other hand we have a void. This is because the foundations of modern software are flawed and unsustainable, created solely for the interests of Big Tech. Either we move past this or we head for ruin, as has been happening for some time now; eventually, it will be impossible to carry on and we'll have to start again from scratch, with enormous costs, delays, and damage.

  • dash2 11 hours ago

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

    • gucci-on-fleek 9 hours ago

      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/

  • mono442 11 hours ago

    latex error messages are basically indecipherable to me which makes it unusable for anything

  • shablulman 13 hours ago

    [dead]

  • kumarvvr 10 hours ago

    For technical reporting, I recently started using html and print media css.

    The system is flexible and simple.

    Used TeX for the same and had to lose sanity for it to even work semi well.