This issue was inspired by inspecting and working on issues #8673, plurimath/unicode2latex#19, #8650, #8682 and #3644
Problem:
- Special characters do special things in LaTeX (or when being compiled by Biber).
- Special characters are hard to convert from LaTeX to Unicode and vice versa, because context is relevant! (e.g. being in Text Mode or Math Mode or another special LaTeX environment). Using special characters may necessitate user action.
Desired solution:
- Users should be able to easily find existing "special characters" in their database.
- Create integrity check(s) for having the following symbols in your entries:
-
From Table 1: LaTeX escapable "special" characters:
-
From Table 2: Predefined LATEX 2𝜀 Text-mode Commands:
-
Table 3: Commands Defined to Work in Both Math and Text Mode:
Additional info:
- I believe an integrity check for # is already implemented. Maybe this integrity check can be used as a template.
This issue was inspired by inspecting and working on issues #8673, plurimath/unicode2latex#19, #8650, #8682 and #3644
Problem:
Desired solution:
From Table 1: LaTeX escapable "special" characters:
%,$,_,#and&\%,\$,\_,\#and\&, because this should be handled at text paste.From Table 2: Predefined LATEX 2𝜀 Text-mode Commands:
Table 3: Commands Defined to Work in Both Math and Text Mode:
...- PS. not yet sure about this one. Maybe the...should be added to the Unicode2LaTeX converter instead. Please Exclude this character for now. Work on the others first!_and\_), so no need to implement an integrity check for them! :-)Additional info: