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
Include a short snippet of code I can use to reproduce the problem. You can use reprex::reprex() to quickly prepare a reproducible example.
What environment are plotting from? (e.g. RStudio, the R Console, Visual Studio Code, etc.)
I use jupyter jupyter_server : 1.24.0, anaconda ,centos7.
If the bug comprises unexpected visual output from TeX(), please paste a screenshot of what you see on your system. You can plot a single TeX expression by running
# example
library(latex2exp)
plot(TeX(r"($\alpha + \beta$)")) # <-- this doesn't render correctly
Describe the bug
I run the script
TeX('$\\alpha^\\beta$')
and it raise Exception:
To Reproduce
sessionInfo()
(this should show, at minimum, the version of R, the platform, and the architecture you are running on)Include a short snippet of code I can use to reproduce the problem. You can use
reprex::reprex()
to quickly prepare a reproducible example.What environment are plotting from? (e.g. RStudio, the R Console, Visual Studio Code, etc.)
I use jupyter
jupyter_server : 1.24.0
, anaconda ,centos7.If the bug comprises unexpected visual output from
TeX()
, please paste a screenshot of what you see on your system. You can plot a single TeX expression by runningIt raise Exception
The text was updated successfully, but these errors were encountered: