stefano-meschiari / latex2exp

Use LaTeX in R graphics.
Other
185 stars 10 forks source link

Operator '\otimes' won't display #57

Closed baillyga closed 1 year ago

baillyga commented 1 year ago

Hello,

Some operators such as \times and \otimes wil only display a white square. I am using version 4.2.1 of R.

library(latex2exp)
plot(TeX(r"($Z \otimes D_{jk}$)")) # displays white square instead of \otimes, see picture

image

stefano-meschiari commented 1 year ago

Hello,

Could you paste the output of sessionInfo()? Do you know what device is being used for plotting?

stefano-meschiari commented 1 year ago

Closing since I was not able to reproduce. Feel free to reopen this issue if you can provide steps to reproduce the bug.