-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF and SVG ouput not working on Windows on Julia 1.4 #53
Comments
I ran your code on Windows 10 with TikzPictures v3.0.5 and it worked just fine. Can you confirm your version of Windows and TikzPictures? |
I can confirm I'm running Windows 10 with TikzPictures v3.0.5. Might it be related to me having the Julia installation on a different drive than my user (and thus also .julia) directory? |
That shouldn't be an issue, but maybe git it a try? Out of curiosity, does naming it "mypic" fix this? I wonder if the |
Thanks again for the quick replies. I will try to use a clean Julia installation and see if the issue is still present. |
It could be an issue with the creation of the temporary directory. What version of Julia are you using? |
I just performed a clean install of Julia with packages, so I'm runnning:
|
I thought the issue might be related to the REPL, which I was using for all tests. |
Ah, okay. I'm using Julia 1.3. I know 1.4 had some changes with how temporary directories work. I'll check it out. |
Ah alright thank you. |
Works on Julia 1.4 now. |
I noticed, thanks |
Trying to save TikzPicture as PDF or SVG on windows seems to give a LaTeX error.
I think the error lies in how the path is given to LuaLaTeX.
Example:
Error:
The LaTeX error:
The temporary directory seems to be made in the root folder, of my D: drive in this case.
I could not find out whether this was wanted behaviour, but I think this directory should be local.
The problem does not appear to be with my TeX distribution: when I manually execute
lualatex --enable-write18 testpic.tex
I do get the correct PDF.Hope this is enough information.
Thank you very much for helping in advance.
The text was updated successfully, but these errors were encountered: