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
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.
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 ofos.path.base
here.itikz/itikz/__init__.py
Lines 129 to 131 in e5dc8e0
What I want to do
I guess I am asking permission to go through the logic and make a PR enabling this use eventually.
The text was updated successfully, but these errors were encountered: