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

add support for tectonic #92

Merged
merged 5 commits into from
Feb 24, 2022
Merged

Conversation

stefan0xC
Copy link
Contributor

Setting tex.command: tectonic in the book file is not enough to get it to work because tectonic is a XeTeX based engine and therefore needs the same template as xelatex.
Also the zipper::run_command() fails with tectonic because it adds the generated images as an argument to the command which seems a bit unnecessary as the generate_{format} functions already add the needed arguments to the command. Not sure if this is intentional or just a leftover from refactoring.

tectonic is based on the XeTeX engine and would otherwise also
complain about the generated default (non-xelatex) template file.
the passed command should already have all the needed argument
when they are generated in the respective calling functions
otherwise most errors from external commands will not be shown
@crowdagger crowdagger merged commit e99f311 into crowdagger:master Feb 24, 2022
@stefan0xC stefan0xC deleted the support_tectonic branch February 24, 2022 11:13
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

Successfully merging this pull request may close these issues.

None yet

2 participants