Replies: 1 comment
-
I'll open an issue instead |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In LaTeX, it's common to subdivide your work in chapters in a "chapters" folder, however using the standard "\include" syntax doesn't seem to work, it's like it's including an empty chapter. My project is structured in this way:
It looks a bit complicated but it makes sense in the entire repository context. In the Tectonic.toml file I wrote:
A minimal reproducible example would be
guide.tex
containing:a.tex
containing_preamble.tex
withand
_postamble.tex
withThe resulting PDF does not contain the "A" chapter
I am using the latest version, compiled with cargo with
Beta Was this translation helpful? Give feedback.
All reactions