-
Notifications
You must be signed in to change notification settings - Fork 26
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
tikzStringWidthCalc.log is not found (used to work) #176
Comments
Solved it by using XeLatex instead of PdfLadex |
Hi @shedig, glad you found a workaround that works for you. However, I tried to reproduce this behavior on a Windows 10 VM without success, everything worked smoothly for me with the code example you provided. It seems like there is a backslash in your output when there should be a forward slash directly before Running on my VM, the path looks correct:
Could you please check if this error still occurs for you? |
Hi, I hope it's alright if I jump in with the same issue. I'm just trying to run the example code in the manual:
and I get the error:
with the same backslash when there should be a forward slash. When I try and compile tikzStringWidthCalc.tex manually using
If I manually change the |
Hi @samawelch, thanks for reporting! |
Still having the same problem ".../tikzStringWidthCalc.log': No such file or directory" Using texlive (also tried MiKTeX, same problem), R version 3.5.1 Changing the compiler, running as administrator, updating R packages/texlive did not solve the issue. |
This workaround does not do the trick. Any news on this issue? |
@Uri92 and anybody else having this problem: Please post the output of running |
@rstub This is the output in the R console:
|
Thanks @Uri92 . Can you check if the log file exists in that location. In case you quit the R session, please re-run the command and look at the new location. In addition can you please post the content of the produced |
@rstub tikzStringWidthCalc.log does not exist, however there is a texput.log file The .tex file contains the following:
|
@Uri92 Thanks, the
close to the end of the file? |
@rstub This is the content of the texput.log file:
|
@Uri92 Thanks for you patience. I was now able to reproduce the issue after creating a test user with a long enough name in my Windows environment. This means that as a workaround you can try to use a user with a short user name. |
@Uri92 Can you please try the version from the
|
@rstub Thank you very much for your support, installing the version you suggested worked! |
@Uri92 Thanks for checking. I have now merged this into if (!requireNamespace("drat", quietly = TRUE))
install.packages("drat")
drat::addRepo("daqana")
install.packages("tikzDevice") will give you the most recent version. Since there are still some issues with the CI pipeline, it will take some time before a CRAN release, which is why I am keeping this issue open for the time being. @shedig , @samawelch Can you also check if this fixes the issue for you? |
@shedig , @samawelch This fix has been released to CRAN. Can you please check if this fixes the issue for you? |
On Windows 10 and R 3.4.3 I get the following error message when running the following short R skript.
I used tikZDevice for several other figures and it always worked...
where i changed the actual username to "name"
some further points:
The file tikzStringWidthCalc.tex actually exists in the temporary folder
the output of tempdir() looks as follows
"C:\Users\name~1\AppData\Local\Temp\Rtmpc1AUUi"
note: i tried changing the tempdir to one where there is no space in the username, the error remains.
Thanks for any help:)
The text was updated successfully, but these errors were encountered: