Initial Commit, move from a symlink farm to yadm
This commit is contained in:
21
.config/espanso/match/packages/math-symbols/LICENSE
Normal file
21
.config/espanso/match/packages/math-symbols/LICENSE
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 José Ferreira
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
48
.config/espanso/match/packages/math-symbols/README.md
Normal file
48
.config/espanso/match/packages/math-symbols/README.md
Normal file
@@ -0,0 +1,48 @@
|
||||
# Available matches
|
||||
| Trigger | Replace |
|
||||
|--------------|-----------|
|
||||
| :ket: | ⟩ |
|
||||
| :bra: | ⟨ |
|
||||
| :identity: | 𝟙 |
|
||||
| :sqrt: | √ |
|
||||
| :int: | ∫ |
|
||||
| :iint: | ∬ |
|
||||
| :iiint: | ∭ |
|
||||
| :oint: | ∮ |
|
||||
| :oint: | ∯ |
|
||||
| :oint: | ∰ |
|
||||
| :sum: | ∑ |
|
||||
| :prod: | ∏ |
|
||||
| :Box: | □ |
|
||||
| :cdot: | ⋅ |
|
||||
| :pm: | ± |
|
||||
| :mp: | ∓ |
|
||||
| :equiv: | ≡ |
|
||||
| :nequiv: | ≢ |
|
||||
| :neq: | ≠ |
|
||||
| :approx: | ≈ |
|
||||
| :leq: | ≤ |
|
||||
| :geq: | ≥ |
|
||||
| :gg: | ≫ |
|
||||
| :ll: | ≪ |
|
||||
| :leftarrow: | ← |
|
||||
| :rightarrow: | → |
|
||||
| :implies: | ⇒ |
|
||||
| :iff: | ⇔ |
|
||||
| :infty: | ∞ |
|
||||
| :nabla: | ∇ |
|
||||
| :partial: | 𝜕 |
|
||||
| :forall: | ∀ |
|
||||
| :exists: | ∃ |
|
||||
| :nexists: | ∄ |
|
||||
| :hslash: | ℏ |
|
||||
| :emptyset: | ∅ |
|
||||
| :varnothing: | ∅ |
|
||||
| :in: | ∈ |
|
||||
| :notin: | ∉ |
|
||||
| :smallin: | ∊ |
|
||||
| :land: | ∧ |
|
||||
| :lor: | ∨ |
|
||||
| :propto: | ∝ |
|
||||
| :neg: | ¬ |
|
||||
| :times: | × |
|
||||
@@ -0,0 +1,7 @@
|
||||
author: "Jos\xE9 Ferreira"
|
||||
description: Displays math symbols using Latex based naming scheme
|
||||
name: math-symbols
|
||||
title: Math symbols based on Latex
|
||||
version: 0.1.0
|
||||
homepage: "https://github.com/jpmvferreira/espanso-mega-pack"
|
||||
tags: ["math", "symbols"]
|
||||
@@ -0,0 +1,2 @@
|
||||
---
|
||||
hub
|
||||
135
.config/espanso/match/packages/math-symbols/package.yml
Normal file
135
.config/espanso/match/packages/math-symbols/package.yml
Normal file
@@ -0,0 +1,135 @@
|
||||
matches:
|
||||
- trigger: ":ket:"
|
||||
replace: "⟩"
|
||||
|
||||
- trigger: ":bra:"
|
||||
replace: "⟨"
|
||||
|
||||
- trigger: ":identity:"
|
||||
replace: "𝟙"
|
||||
|
||||
- trigger: ":sqrt:"
|
||||
replace: "√"
|
||||
|
||||
- trigger: ":int:"
|
||||
replace: "∫"
|
||||
|
||||
- trigger: ":iint:"
|
||||
replace: "∬"
|
||||
|
||||
- trigger: ":iiint:"
|
||||
replace: "∭"
|
||||
|
||||
- trigger: ":oint:"
|
||||
replace: "∮"
|
||||
|
||||
- trigger: ":oint:"
|
||||
replace: "∯"
|
||||
|
||||
- trigger: ":oint:"
|
||||
replace: "∰"
|
||||
|
||||
- trigger: ":sum:"
|
||||
replace: "∑"
|
||||
|
||||
- trigger: ":prod:"
|
||||
replace: "∏"
|
||||
|
||||
- trigger: ":Box:"
|
||||
replace: "□"
|
||||
|
||||
- trigger: ":cdot:"
|
||||
replace: "⋅"
|
||||
|
||||
- trigger: ":pm:"
|
||||
replace: "±"
|
||||
|
||||
- trigger: ":mp:"
|
||||
replace: "∓"
|
||||
|
||||
- trigger: ":equiv:"
|
||||
replace: "≡"
|
||||
|
||||
- trigger: ":nequiv:"
|
||||
replace: "≢"
|
||||
|
||||
- trigger: ":neq:"
|
||||
replace: "≠"
|
||||
|
||||
- trigger: ":approx:"
|
||||
replace: "≈"
|
||||
|
||||
- trigger: ":leq:"
|
||||
replace: "≤"
|
||||
|
||||
- trigger: ":geq:"
|
||||
replace: "≥"
|
||||
|
||||
- trigger: ":gg:"
|
||||
replace: "≫"
|
||||
|
||||
- trigger: ":ll:"
|
||||
replace: "≪"
|
||||
|
||||
- trigger: ":leftarrow:"
|
||||
replace: "←"
|
||||
|
||||
- trigger: ":rightarrow:"
|
||||
replace: "→"
|
||||
|
||||
- trigger: ":implies:"
|
||||
replace: "⇒"
|
||||
|
||||
- trigger: ":iff:"
|
||||
replace: "⇔"
|
||||
|
||||
- trigger: ":infty:"
|
||||
replace: "∞"
|
||||
|
||||
- trigger: ":nabla:"
|
||||
replace: "∇"
|
||||
|
||||
- trigger: ":partial:"
|
||||
replace: "𝜕"
|
||||
|
||||
- trigger: ":forall:"
|
||||
replace: "∀"
|
||||
|
||||
- trigger: ":exists:"
|
||||
replace: "∃"
|
||||
|
||||
- trigger: ":nexists:"
|
||||
replace: "∄"
|
||||
|
||||
- trigger: ":hslash:"
|
||||
replace: "ℏ"
|
||||
|
||||
- trigger: ":emptyset:"
|
||||
replace: "∅"
|
||||
|
||||
- trigger: ":varnothing:"
|
||||
replace: "∅"
|
||||
|
||||
- trigger: ":in:"
|
||||
replace: "∈"
|
||||
|
||||
- trigger: ":notin:"
|
||||
replace: "∉"
|
||||
|
||||
- trigger: ":smallin:"
|
||||
replace: "∊"
|
||||
|
||||
- trigger: ":land:"
|
||||
replace: "∧"
|
||||
|
||||
- trigger: ":lor:"
|
||||
replace: "∨"
|
||||
|
||||
- trigger: ":propto:"
|
||||
replace: "∝"
|
||||
|
||||
- trigger: ":neg:"
|
||||
replace: "¬"
|
||||
|
||||
- trigger: ":times:"
|
||||
replace: "×"
|
||||
Reference in New Issue
Block a user