home.social

#tlmgr — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tlmgr, aggregated by home.social.

fetched live
  1. If access to your favorite #CTAN repository gives you a “Listing failed” error using the #TeXLive Utility for #macOS, this email on how to install the updated #tlmgr will help you —
    tug.org/pipermail/tex-live/202

    Your #LaTeX installation will then run as smooth as ever!

  2. Once a year, sometime shortly after March, I try to update something with `tlmgr` (the texlive manager) and it flails about. It tells me that I'm silly for not noticing that TeXLive has advanced another year, and that I should get with the times and update too.

    Then I spend 30 minutes updating my texlive.

    And then *afterwards* I can install the random latex package I needed.

    Today is that day for me. And the package was extdash.

    I do essentially the same steps every year. This year I put these steps in a public place.

    davidlowryduda.com/another-yea

    #latex #tlmgr #math

  3. Public Service Announcement: if you get a failure of TeX Live Utility giving you an error to apply a critical infrastructure update, you can resolve it in Terminal.app. Go there, and type:

    ```bash
    sudo tlmgr update --self
    ```

    That should be enough to bring the TeXlive manager itself up to date, and then you can keep managing your updates with TeX Live Utility.

    Of course, you can just `sudo tlmgr update --all`, if that is what you were going to do anyway ;-)

    #tlmgr #texlive #latex #psa

  4. @benjamingeer Thanks! Yes, I’ve also been using polyglossia up to now. The main reason I want to make the switch to babel is that @pandoc made it, and that’s what we actually use to generate #TeXLaTeX. The general mechanism works fine, but my main problem is that I don’t know how to install the Persian language support with #tlmgr (which is also what #Pandoc is using in its Docker container).