feat(lean-input.el): add some new notation
This commit is contained in:
parent
abee75c5e9
commit
1612070350
1 changed files with 17 additions and 0 deletions
|
@ -319,6 +319,8 @@ order for the change to take effect."
|
||||||
;; Various operators/symbols.
|
;; Various operators/symbols.
|
||||||
("tr" . ("⬝"))
|
("tr" . ("⬝"))
|
||||||
("sy" . ("⁻¹"))
|
("sy" . ("⁻¹"))
|
||||||
|
("inv" . ("⁻¹"))
|
||||||
|
("-1" . ("⁻¹"))
|
||||||
("qed" . ("∎"))
|
("qed" . ("∎"))
|
||||||
("x" . ("×"))
|
("x" . ("×"))
|
||||||
("o" . ("∘"))
|
("o" . ("∘"))
|
||||||
|
@ -337,6 +339,7 @@ order for the change to take effect."
|
||||||
("increment" . ("∆"))
|
("increment" . ("∆"))
|
||||||
("inf" . ("∞"))
|
("inf" . ("∞"))
|
||||||
("&" . ("⅋"))
|
("&" . ("⅋"))
|
||||||
|
("op" . ("ᵒᵖ"))
|
||||||
|
|
||||||
;; Circled operators.
|
;; Circled operators.
|
||||||
|
|
||||||
|
@ -559,10 +562,23 @@ order for the change to take effect."
|
||||||
;; Types
|
;; Types
|
||||||
("nat" . ("ℕ"))
|
("nat" . ("ℕ"))
|
||||||
("Nat" . ("ℕ"))
|
("Nat" . ("ℕ"))
|
||||||
|
("N" . ("ℕ"))
|
||||||
("int" . ("ℤ"))
|
("int" . ("ℤ"))
|
||||||
("Int" . ("ℤ"))
|
("Int" . ("ℤ"))
|
||||||
|
("Z" . ("ℤ"))
|
||||||
|
("rat" . ("ℚ"))
|
||||||
|
("Rat" . ("ℚ"))
|
||||||
|
("Q" . ("ℚ"))
|
||||||
("real" . ("ℝ"))
|
("real" . ("ℝ"))
|
||||||
("Real" . ("ℝ"))
|
("Real" . ("ℝ"))
|
||||||
|
("R" . ("ℝ"))
|
||||||
|
("Com" . ("ℂ"))
|
||||||
|
("com" . ("ℂ"))
|
||||||
|
("C" . ("ℂ"))
|
||||||
|
("A" . ("𝔸"))
|
||||||
|
("F" . ("𝔽"))
|
||||||
|
("H" . ("ℍ"))
|
||||||
|
("K" . ("𝕂"))
|
||||||
|
|
||||||
;; Musical symbols.
|
;; Musical symbols.
|
||||||
|
|
||||||
|
@ -576,6 +592,7 @@ order for the change to take effect."
|
||||||
("en" . ("–"))
|
("en" . ("–"))
|
||||||
("em" . ("—"))
|
("em" . ("—"))
|
||||||
("^i" . ("ⁱ"))
|
("^i" . ("ⁱ"))
|
||||||
|
("^o" . ("ᵒ"))
|
||||||
("!!" . ("‼"))
|
("!!" . ("‼"))
|
||||||
("??" . ("⁇"))
|
("??" . ("⁇"))
|
||||||
("?!" . ("‽" "⁈"))
|
("?!" . ("‽" "⁈"))
|
||||||
|
|
Loading…
Reference in a new issue