So here I am, running tectonic 1.1.15 on a new computer for the first time, and I see this:
note: connecting to https://archive.org/services/purl/net/pkgwpub/tectonic-default
note: resolved to https://tectonic.newton.cx/bundles/tlextras-2018.1r0/bundle.tar
note: downloading index https://tectonic.newton.cx/bundles/tlextras-2018.1r0/bundle.tar.index.gz
Good news, sort of! As I just posted, the work to update to TexLive 2020.0 is more or less complete, I hope, and ready for testing.
As part of this work, I did a lot to tidy up the way that I’ve been generating the bundles. This is found in the new repository tectonic-texlive-bundles and does a lot to improve the bundle-creation process. It still, however, depends on checking out the TeXLive Git mirror, which is quite large. I hope that this will lower the barrier-to-entry for folks to contribute to the bundle creation process.
Anyway, I would be very interested to increase the level of automation in this process! Some care is needed because changes to the included files sometimes interact with updates to the core engine code, and updates to that are not automatable. But with a good test suite, we more frequent bundle updates should be pretty safe.
Hi, sorry if this is the wrong place to ask, but I’m trying to build a document that uses recent features of siunitx (\unit{}, \num{}, \qty{}), however it seems to be that the version of siunitx used is one that is older.
I don’t that that is very easy to do at the moment, not sure what would be easiest. I think you can specify a different bundle url, but not sure if a sufficiently up to date bundle is available already. You could also try to just put the updated package files in the cache directory, but that’s really hacky and not sure it works.