tectonic icon indicating copy to clipboard operation
tectonic copied to clipboard

`--keep-intermediates` breaks for tex files in subdirectories

Open Strosel opened this issue 2 years ago • 0 comments

I recently had an issue where tectonic -X build --keep-intermediates would crash due to a 'No such file or directory' error when writing the .aux files. After some debugging, I found that tectonic expects the file structure in build/default to be the same as src but does not create any missing directories, only missing files.

Strosel avatar Apr 26 '23 14:04 Strosel