Skip to content
New issue

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 not working #1243

Open
VJMReichenbach opened this issue Dec 13, 2024 · 0 comments
Open

extra_paths not working #1243

VJMReichenbach opened this issue Dec 13, 2024 · 0 comments

Comments

@VJMReichenbach
Copy link

VJMReichenbach commented Dec 13, 2024

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:

[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

Am I using this wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant