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 was trying to use PGFPlotsX with LaTeXStrings (for my labels) but I encountered an issue. For instance
using Plots, LaTeXStrings
pgfplotsx()
plot(z->sinc(z),0,1,label=L"\operatorname{sinc}(z)")
returns an error ! Undefined control sequence. <recently read> \operatorname (full error message is at the end). The same code works as expected with GR as a backend. Currently, I am using Plots v1.40.8 and PGFPlotsX v1.6.2.
Hi,
I was trying to use PGFPlotsX with LaTeXStrings (for my labels) but I encountered an issue. For instance
returns an error
! Undefined control sequence. <recently read> \operatorname
(full error message is at the end). The same code works as expected withGR
as a backend. Currently, I am usingPlots v1.40.8
andPGFPlotsX v1.6.2
.The error message
Julia version info
Texlive version info
The text was updated successfully, but these errors were encountered: