Skip to content

Instantly share code, notes, and snippets.

@AlephAlpha
Last active December 5, 2022 08:19
Show Gist options
  • Save AlephAlpha/5406458cb98838efe1fc to your computer and use it in GitHub Desktop.
Save AlephAlpha/5406458cb98838efe1fc to your computer and use it in GitHub Desktop.
Rime 的希腊字母输入方案,也支持一些常用的数学符号。如果需要在其他输入方案中直接输入希腊字母,请参考:https://gist.github.com/lotem/3705586
# Rime dictionary
# encoding: utf-8
---
name: greek
version: "0.1"
sort: original
...
# 小写希腊字母
α alpha
β beta
γ gamma
δ delta
ε epsilon
ζ zeta
η eta
θ theta
ι iota
κ kappa
λ lambda
μ mu
ν nu
ξ xi
ο omicron
π pi
ρ rho
σ sigma
τ tau
υ upsilon
φ phi
χ chi
ψ psi
ω omega
# 大写希腊字母
Α Alpha
Β Beta
Γ Gamma
Δ Delta
Ε Epsilon
Ζ Zeta
Η Eta
Θ Theta
Ι Iota
Κ Kappa
Λ Lambda
Μ Mu
Ν Nu
Ξ Xi
Ο Omicron
Π Pi
Ρ Rho
Σ Sigma
Τ Tau
Υ Upsilon
Φ Phi
Χ Chi
Ψ Psi
Ω Omega
# 希腊字母变体
# 只收录用作数学符号的
ϵ epsilon
ϑ theta
ϰ kappa
ϖ pi
ϱ rho
ς sigma
ϕ phi
Ϝ Digamma
ϝ digamma
# 其他数学符号
# 主要参考的是 TeX
# https://en.wikipedia.org/wiki/Help:Displaying_a_formula
∂ partial
∇ nabla
∞ infty
ℵ aleph
√ sqrt
√ surd
± pm
× times
÷ div
∘ circ
⊕ oplus
⊗ otimes
∅ empty
∈ in
∉ notin
∋ ni
∩ cap
∪ cup
⊂ subset
⊃ supset
⊆ subseteq
⊇ supseteq
≠ ne
≡ equiv
≅ cong
≈ approx
≤ le
≥ ge
∀ forall
∃ exists
∨ or
∧ and
∨ vee
∧ wedge
¬ neg
→ to
∑ sum
∏ prod
∐ coprod
∫ int
∮ oint
# Rime schema
# encoding: utf-8
schema:
schema_id: greek
name: 希腊字母
version: "0.1"
author:
- AlephAlpha <alephalpha911@gmail.com>
description: |
输入希腊字母及其他数学符号。
switches:
- name: ascii_mode
reset: 0
states: [ 希腊, 拉丁 ]
engine:
processors:
- ascii_composer
- speller
- selector
- navigator
- express_editor
segmentors:
- ascii_segmentor
- abc_segmentor
- fallback_segmentor
translators:
- r10n_translator
filters:
- uniquifier
speller:
alphabet: 'ZYXWVUTSRQPONMLKJIHGFEDCBAzyxwvutsrqponmlkjihgfedcba'
delimiter: " '"
algebra:
- derive/([A-Z])/\L$1/
translator:
dictionary: greek
enable_user_dict: false
spelling_hints: 1
@shenlebantongying
Copy link

shenlebantongying commented Jun 28, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment