-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with two 'leq' in latex2exp::TeX() #38
Comments
It's a bug -- I have a workaround that currently applies when using In the meantime, a workaround is to surround the first inequality in an invisible group (
|
Thank you for your quick response and your correction !
|
Thank you for testing on your machine. And thanks for your help. See below my
|
I need to display a text containing two consecutive "less or equal than" symbols in a
ggplot
. I manage to display one symbol but not two. This bug does not occur with 'less than' symbols.The error send is:
I have tried many things to no avail. I would like some help to solve my problem
The text was updated successfully, but these errors were encountered: