We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extra_paths
I want to specify an extra path in my Tectonic.toml file like described here. I have a Tectonic.toml file that looks like this:
Tectonic.toml
[doc] name = "thesis" bundle = "https://data1.fullyjustified.net/tlextras-2022.0r0.tar" extra_paths = ["~/tuda-ci/"] [[output]] name = "default" type = "pdf"
I get this compilation error:
error: TOML parse error at line 4, column 1 | 4 | extra_paths = ["~/tuda-ci/"] | ^^^^^^^^^^^ unknown field `extra_paths`, expected one of `name`, `bundle`, `metadata`
I am using version: tectonic 0.15.0
tectonic 0.15.0
Am I using this wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to specify an extra path in my
Tectonic.toml
file like described here.I have a
Tectonic.toml
file that looks like this:I get this compilation error:
I am using version:
tectonic 0.15.0
Am I using this wrong?
The text was updated successfully, but these errors were encountered: