-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Description
Thank you for the great work!
I wanted to use --file-prefix tikz/ so that all .tex and .svg files were located in a subdirectory and did not clutter the workspace. Although it works for the .tex files, which are placed in the right place, they never get compiled because of os.path.base here.
Lines 129 to 131 in e5dc8e0
| tex_path = output_path + ".tex" | |
| pdf_path = output_path + ".pdf" | |
| tex_filename = os.path.basename(tex_path) |
What I want to do
I guess I am asking permission to go through the logic and make a PR enabling this use eventually.
lucaslrodri
Metadata
Metadata
Assignees
Labels
No labels