-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Cleanup: Offer conversion from Unicode to LaTeX #809
Comments
No, it is the opposite. Conversion from Unicode to LaTeX works really well, while the opposite is more limited. |
As @oscargus, I thought that the cleanup converts Unicode characters to their Latex equivalent. Is there even a converse cleanup operation? By the way, your remarks also apply to the HTML converter. |
There's an export formatter that does the reverse operation: See #807 for, well, not any updates, but the purpose is to eventually convert the content of the long list to something like the |
I'd say that the conversion between LaTeX and Unicode is quite OK at the moment with #841 |
Is that available as Formatter? I don't see a LaTeXToUnicodeFormatter in #920. |
No it is not |
The LatexToUnicodeFormatter was added recently. So this issue can be closed? |
Currently, the functionality "Run Unicode converter, title, author(s), and abstract" converts from LaTeX encoding to Unicode. We should also offer the reverse conversion.
Furthermore, the current string should be "Convert LaTeX encoded characters to their Unicode equivalent", as it might be unclear, what a "Unicode converter" is or what it exactly does. Which direction does it convert?
See also #160, #161.
The text was updated successfully, but these errors were encountered: