-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make latex conversion with images work
Previously the latex process was invoked in a tempdir where the images were copied to. However the latex file itself was kept is a separate temporary location. So, of course, the image paths were not correct. Now the latex file is copied into the same tempdir where the images are copied to. Also use the `with-tempdir` macro to ensure deletion of temporary files.
- Loading branch information
Showing
1 changed file
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters