-
Notifications
You must be signed in to change notification settings - Fork 183
Description
I have a prototype of the TeXLive 2020.0 bundle ready for testing. You can enable it with the following command-line argument:
tectonic -w https://ttassets.z13.web.core.windows.net/tlextras-2020.0r0.tar ...
I have bitten the bullet and started hosting the files off of a cloud storage that I am paying for; you should notice a significant speed increase when pulling down new files.
I recommend that you test this bundle using Tectonic version 0.3, which updates the engine implementations to TeXLive 2020.0 and is being released right now. The bundle files should work with older versions, but the LaTeX format generation depends on some of the new primitives introduced in TL2020.0, so the internals will have substantial differences depending on whether you process documents using 0.3 or an older version. (In particular, expl3
related pieces won't be enabled unless you upgrade.)
I have extracted the code to generate the bundle from the "staging" repository to tectonic-texlive-bundles, which should be a lot easier to understand because all of the reference-sources support is gone. I started a very primitive test suite in tests/
to test out compilations with new versions of the bundle.