You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
note: "version 2" Tectonic command-line interface activated
Running TeX ...
warning: accessing absolute path `/home/eduard/Git/eta-kappa-notes/latex/guide/chapters/a.tex`; build may not be reproducible in other environments
warning: open of input /home/eduard/Git/eta-kappa-notes/latex/guide/chapters/a failed
caused by: access to the path `/home/eduard/Git/eta-kappa-notes/latex/guide/chapters/a` is forbidden
Rerunning TeX because "guide.toc" changed ...
warning: open of input /home/eduard/Git/eta-kappa-notes/latex/guide/chapters/a failed
caused by: access to the path `/home/eduard/Git/eta-kappa-notes/latex/guide/chapters/a` is forbidden
Running xdvipdfmx ...
Writing `/home/eduard/Git/eta-kappa-notes/build/guide/guide.pdf` (10.599609375 KiB)
Writing `/home/eduard/Git/eta-kappa-notes/build/guide/guide.log` (2.7001953125 KiB)
Skipped writing 3 intermediate files (use --keep-intermediates to keep them)
It read the file and wrote its content seemingly correctly, obviously using absolute paths is not the solution though
The text was updated successfully, but these errors were encountered:
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
Edit
Even after a warning
It read the file and wrote its content seemingly correctly, obviously using absolute paths is not the solution though
The text was updated successfully, but these errors were encountered: