Difficulty typing mathematical symbols?
Try Rime-latex for Latex-based Symbols:)
For instance, to use with 朙月拼音(·简化字), in luna_pinyin.custom.yaml
(luna_pinyin_simp.custom.yaml
)
```yaml patch: engine/translators: - punct_translator - r10n_translator - reverse_lookup_translator
recognizer/patterns/reverse_lookup: '^\.+$' schema/dependencies: - latex abc_segmentor/extra_tags: - reverse_lookup reverse_lookup: dictionary: latex enable_completion: false tips: latex ```
\^1 \_1 -> X₁¹
\^a \_b -> Xᵃᵦ
° \degree
→ \to
⇒ \To
⇛ \TO
The latex math symbols table sources:
https://github.com/hubutui/fcitx-table-unicode-latex https://github.com/moebiuscurve/ibus-table-others/blob/master/tables/latex.txt
Unicode https://en.wikipedia.org/wiki/Mathematical_operators_and_symbols_in_Unicode
Fuzzy match?
The report: http://www.unicode.org/reports/tr25/
Latest math data: https://www.unicode.org/Public/math/latest/
Plan:
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.
latex rime rime-schema