shenlebantongying / rime_latex

Rime Latex 数学符号输入方案 | Typing LaTeX symbols everywhere.
GNU General Public License v3.0
70 stars 6 forks source link

Support for several LaTeX symbols (useful in science) #4

Open Iey4iej3 opened 3 years ago

Iey4iej3 commented 3 years ago

These are supported by Unicode, say:

𝔸 ℱ 𝔉

Some suggestions about the shortcuts for these symboles: F7 for \mathcal; For F8 for \mathfrak, double the letter (say AA) to produce the blackboard bold (these shortcuts are used in TeXmacs.

Iey4iej3 commented 3 years ago

They are already supported by \mscr, \Bbb and \mfrak.

shenlebantongying commented 3 years ago

RIME can support 10k+ entries in one dict, we can add some alias if you think they are needed.

Iey4iej3 commented 3 years ago

It seems reasonable to add \to as an abbrev for \rightarrow.

shenlebantongying commented 3 years ago

This is a good idea, I added 3 versions https://github.com/rimebrew/rime_latex/commit/6da2c87e9ed9bfaa835bf1d908164ce25fa6d8a3

→   \->
→   \to
⇒   \To
⇛   \TO

Feel free to suggest more :)

Iey4iej3 commented 3 years ago

This is a good idea, I added 3 versions 6da2c87

→ \->
→ \to
⇒ \To
⇛ \TO

Feel free to suggest more :)

I would not add \To (which does not seem to be standard in LaTeX). On the other hand, there are several related which might be better included as well:

\implies = (= \Longrightarrow) \iff = (= \Longleftrightarrow)

Iey4iej3 commented 3 years ago

And also \S for §.

Iey4iej3 commented 3 years ago

Also \bullet for , \circ for , \square for , and \blacksquare for