Closed Pentaonia closed 1 year ago
@Pentaonia sorry for the delay in triaging this. What version of R are you using and on which system?
On my system, your example renders correctly:
Closing since I was not able to reproduce. Feel free to reopen if you can share a way to reproduce this bug.
Hi, when I use for example
plot(TeX("Day time $\ \\left[ hours \\right] $"), cex=2, main="")
R does not display the brackets. It looks like this:
When I use this instead:
plot(TeX("Day time $\ \\lbrack hours \\rbrack $"), cex=2, main="")
it renders properly.