tectonic icon indicating copy to clipboard operation
tectonic copied to clipboard

Update packages

Open NilsIrl opened this issue 2 years ago • 4 comments

I'd like to use the version of a package that is not available in the default bundle. What can I do? What can be done?

see: https://tectonic.newton.cx/t/the-texlive-bundle-wasnt-updated-since-2018/245/10?u=nils

NilsIrl avatar Nov 04 '21 15:11 NilsIrl

+1, I'd like to use the newer mlmodern fonts which have a very nice semibold.

aterenin avatar Nov 18 '21 20:11 aterenin

Sorry for not responding earlier, but see my recent description of the tectonic update process: https://github.com/tectonic-typesetting/tectonic-staging/pull/17#issuecomment-973553526.

As updating the bundle shouldn't be that hard, and you can see https://github.com/tectonic-typesetting/tectonic-texlive-bundles, if somebody is offering to help, they should start there.

Actually I think that using the (not yet existing) TeX Live 2021 bundle with XeTeX from 2020 (i.e. current tectonic) might be generally possible, which would unblock TeX Live 2021 for most people.

vlasakm avatar Nov 19 '21 00:11 vlasakm

@vlasakm I think you're right about that a TL2021 bundle with current Tectonic should probably work in a lot of cases. As I mentioned in another comment, producing such a bundle is kind of tedious but not that complicated ... hopefully I'll get the chance to build it sooner rather than later.

pkgw avatar Nov 19 '21 13:11 pkgw

+1 would also really like the mlmodern font, its super nice for headings and other semibold things

MJHutchinson avatar Nov 25 '21 16:11 MJHutchinson

Hey @NilsIrl I'm happy to tell you that siunitx 2022-02-15 v3.0.49 works with tectonic 0.11.0 as of now 🎉 🎊 🎉 So you can use the usual \unit, \num{}, \qtylist.

This is a MWE test.tex:

\documentclass{article}
  \usepackage{siunitx}

\begin{document}
  This is a test: \unit{kg.m.s^{-1}}; \num{.12345}; \qtylist{10;30;45}{\metre}
\end{document}

Compile it with: tectonic test.tex. Good luck!

Neved4 avatar Oct 07 '22 12:10 Neved4

@aterenin @MJHutchinson Hey I share your love for the mlmodern font which works, 2022 brings some great things too and it works for tectonic as of now! Give it a try and let me know how it goes! 💜

MWE test.tex:

\documentclass{article}
  \usepackage{mlmodern}

\begin{document}
  This is a test.
\end{document}

Neved4 avatar Oct 07 '22 12:10 Neved4

Thanks for following up @mnrvwl!

pkgw avatar Oct 21 '22 03:10 pkgw