-
Notifications
You must be signed in to change notification settings - Fork 183
Description
Different bundles can be specified with -w
or -b
, but the documentation does not say where to find these bundles.
According to https://tectonic-typesetting.github.io/en-US/ :
The underyling “bundle” technology allows for completely reproducible document compiles.
Thanks to the Dataverse Project for hosting the large LaTeX resource files!
But I can't find the previous bundles, so my documents are not reproducible 😢. How can we find which bundles are available?
After some investigation, I've found these 3 urls:
- https://tectonic.newton.cx/bundles/tlextras-2016.0r4/bundle.tar
- https://tectonic.newton.cx/bundles/tlextras-2018.1r0/bundle.tar
- https://ttassets.z13.web.core.windows.net/tlextras-2020.0r0.tar
The first two redirect to the Dataverse Project, and indeed can be found there:
This is enough for me now, and I'll make sure to store these bundles locally. But maybe we can formalize this a bit and add these references to the documentation.
For what's it worth, the specific problem I'm trying to solve: The TeXLive 2020.0 bundle (#669) produces a biblatex control file with a version that is newer than my biber can handle (see also #35, #53):
ERROR - Error: Found biblatex control file version 3.7, expected version 3.5.
This means that your biber (2.12) and biblatex (3.14) versions are incompatible.
I install tectonic through conda and there is no newer biber version on conda.