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
Unfortunately, it seems like this is a bug in the httpgd plot renderer (the "nicer" plot renderer in VSCode) -- if you uncheck the option "R > Plot > Use Httpgd" in VSCode settings, the issue is not present.
I can reproduce it even in a vanilla R terminal:
library(httpgd)
library(latex2exp)
hgd()
plot(TeX(r'($\alpha$ and also $\beta$)'))
gives me
i.e. it looks like the httpgd renderer is swallowing the spacing between the symbols and horizontally deforming the string "and also" to fit.
You should open an issue with the httpgd project, and in the meantime you can try switching to the PNG renderer in VSCode, although it won't be nearly as functional 😞
Hello,
I'm not sure whether this is a VSCode, a
radian
, or alatex2exp
problem. It's probably the former but thelatex2exp
community is here, so here it is:Running the exact same code from different environments does not yield the same result. As an example, I run the following vignette example:
Since I work in VSCode using radian, this is driving me nuts... I need to manually add them using
\:
or the likes.Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: