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 have provided the necessary information about my issue.
If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('tinytex'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('yihui/tinytex').
If I have posted the same issue elsewhere, I have also mentioned it in this issue.
I have learned the Github Markdown syntax, and formatted my issue correctly.
I understand that my issue may be closed if I don't fulfill my promises.
I am attempting to use tikzDevice to create a vectorized figure in R. Here is a minimal, self-contained, (hopefully) reproducible example:
The error I receive is rather long. I will paste below the section I believe is most relevant:
\char77
Run the following commands for diagnosis:
tikzTest()
tikzTest("\\char77")
Common reasons for failure include:
* The string contains a character which is special to LaTeX unless
escaped properly, such as % or $.
* The string makes use of LaTeX commands provided by a package and
the tikzDevice was not told to load the package.
Based on the plot in my example, I do not believe that this error has to do with characters that need to be escaped.
If tikzDevice switches to tinytex::latexmk() to compile tikz graphics, this issue might be automatically resolved. I mentioned it last year at daqana/tikzDevice#172 (comment).
By filing an issue to this repo, I promise that
xfun::session_info('tinytex')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('yihui/tinytex')
.I understand that my issue may be closed if I don't fulfill my promises.
I am attempting to use
tikzDevice
to create a vectorized figure in R. Here is a minimal, self-contained, (hopefully) reproducible example:The error I receive is rather long. I will paste below the section I believe is most relevant:
Based on the plot in my example, I do not believe that this error has to do with characters that need to be escaped.
Session info:
The text was updated successfully, but these errors were encountered: