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

Cleanup: Offer conversion from Unicode to LaTeX #809

Closed
1 task
koppor opened this issue Feb 13, 2016 · 7 comments
Closed
1 task

Cleanup: Offer conversion from Unicode to LaTeX #809

koppor opened this issue Feb 13, 2016 · 7 comments

Comments

@koppor
Copy link
Member

koppor commented Feb 13, 2016

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?

  • Add a LaTeXToUnicodeFormatter (refs Table of formatters #920). Then this will automatically be added to "Run field formatter" in "Cleanup entries"

See also #160, #161.

@oscargus
Copy link
Contributor

No, it is the opposite. Conversion from Unicode to LaTeX works really well, while the opposite is more limited.

@tobiasdiez
Copy link
Member

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.

@oscargus
Copy link
Contributor

There's an export formatter that does the reverse operation: FormatChars. However, that uses a much more limited set of characters.

See #807 for, well, not any updates, but the purpose is to eventually convert the content of the long list to something like the Maps in HTMLCharsMap and LatexToUnicodeCharMap. That would be a quick way to make it work.

@oscargus
Copy link
Contributor

oscargus commented Mar 7, 2016

I'd say that the conversion between LaTeX and Unicode is quite OK at the moment with #841

@koppor
Copy link
Member Author

koppor commented Mar 13, 2016

Is that available as Formatter? I don't see a LaTeXToUnicodeFormatter in #920.

@tobiasdiez
Copy link
Member

No it is not

@tobiasdiez
Copy link
Member

The LatexToUnicodeFormatter was added recently. So this issue can be closed?

@stefan-kolb stefan-kolb added this to the v3.3 milestone Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants