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

°C doesn't work #36

Closed
murkle opened this issue Nov 7, 2017 · 1 comment
Closed

°C doesn't work #36

murkle opened this issue Nov 7, 2017 · 1 comment

Comments

@murkle
Copy link
Collaborator

murkle commented Nov 7, 2017

°C
gets changed to
\\circC

Suggested fix:
parseString.replace(pos, pos + 1, "^\\circ");
needs to be changed to this in TexParser.java
parseString.replace(pos, pos + 1, "^{\\circ}");

Test-case:
"\rotatebox{90.0}{ \text{ Temperature [°C] } }"

calixteman added a commit that referenced this issue Mar 31, 2018
@calixteman
Copy link
Contributor

Fix in commit: 745ff2e

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

2 participants