Skip to content
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

overline doesn't work as expected #27

Open
lsloan opened this issue Aug 25, 2020 · 0 comments
Open

overline doesn't work as expected #27

lsloan opened this issue Aug 25, 2020 · 0 comments

Comments

@lsloan
Copy link

lsloan commented Aug 25, 2020

Using other latex viewers, when I enter the code 9.\overline{123}, I get the result "9.1̅2̅3̅". However unicodeit gives "9.1̅3}". It seems to be a parsing mistake. I tried shorter strings within the braces and found that the right brace always seems to replace the second character:

  • 9.\overline{1} → 9.1̅
  • 9.\overline{12} → 9.1̅}
  • 9.\overline{123} → 9.1̅3}
  • 9.\overline{1234} → 9.1̅34}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant