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
Hello,
I have been trying to setup an Latex Document using the Tectonic.toml file and the tectonic -X build command.
This article suggests that you can specify further input files. However when I add this line: inputs = "main.tex"
inputs = "main.tex"
I get this error
tectonic -X build --keep-logs note: "version 2" Tectonic command-line interface activated error: TOML parse error at line 9, column 1 | 9 | inputs = "main.tex" | ^^^^^^ unknown field inputs, expected one of name, type, tex_format, preamble, index, postamble, shell_escape, shell_escape_cwd
inputs
name
type
tex_format
preamble
index
postamble
shell_escape
shell_escape_cwd
Is it recommended to add further input files within the index file or should these be added in the index?
This is my full Tectonic.toml file:
[doc] name = "dissertation" bundle = "https://data1.fullyjustified.net/tlextras-2022.0r0.tar" [[output]] name = "default" type = "pdf" inputs = "main.tex"
[doc] name = "dissertation" bundle = "https://data1.fullyjustified.net/tlextras-2022.0r0.tar"
[[output]] name = "default" type = "pdf"
The text was updated successfully, but these errors were encountered:
This is #1217. The docs aren't outdated, they're in the future!
You'll have to use either the latest continuous build or the old-fashioned preamble/main/postamble keys.
Sorry, something went wrong.
@rm-dr, thank for your for elaborating. Is there any schedule when this build will be officially released?
No schedule, but I'm working on it.
rm-dr
No branches or pull requests
Hello,
I have been trying to setup an Latex Document using the Tectonic.toml file and the tectonic -X build command.
This article suggests that you can specify further input files. However when I add this line:
inputs = "main.tex"
I get this error
Is it recommended to add further input files within the index file or should these be added in the index?
This is my full Tectonic.toml file:
The text was updated successfully, but these errors were encountered: