moebiuscurve / ibus-table-others

ibus-table-others
code.google.com/p/ibus/
GNU General Public License v3.0
15 stars 8 forks source link

[LaTeX] Add more Unicode #22

Closed ionathanch closed 3 years ago

ionathanch commented 3 years ago

Added the following:

mike-fabian commented 3 years ago

Does this address some part or all of https://github.com/ibus/ibus/issues/2233 ?

ionathanch commented 3 years ago

It's unrelated, but looking at the unicode-math table I see that I've added some of the symbols in that list. It also seems like they have a lot with different names though (e.g. ⊳ is \rhd here and \vartriangleright there)

ionathanch commented 3 years ago

This is what it would look like if most of the symbols from unicode-math were included: latex.txt (and a diff) I did some reorganization and everything originally in latex.txt should be there, but not necessarily everything from unicode-math-table.tex (the diacritics, for instance)

moebiuscurve commented 3 years ago

Hi @mike-fabian can we merge this pull request. Even if there are similarities (e.g. ⊳ is \rhd here and \vartriangleright there), it won't hurt https://github.com/ibus/ibus/issues/2233 if you merge this. We can always have more than one ways to reach to the same character set if they don't conflict with some standard string used in some domain (like latex).

mike-fabian commented 3 years ago

Hi @mike-fabian can we merge this pull request. Even if there are similarities (e.g. ⊳ is \rhd here and \vartriangleright there), it won't hurt ibus/ibus#2233 if you merge this. We can always have more than one ways to reach to the same character set if they don't conflict with some standard string used in some domain (like latex).

Yes, I agree, it is OK if the same character can be reached with different input strings.

I’ll merge it and make an update for Fedora soon.

mike-fabian commented 3 years ago

I'll probably also add this https://github.com/kaio/ibus-table/issues/72 and make a new release. The Latin->Mongolian part of this table is finished, the Cyrillic -> Mongolian part seems stuck but I think it is OK to include it with only the Latin -> Mongolian part.