Greek Letters
Provides completion for greek letter in sublime Text 2/3.
Details
Installs
- Total 2K
- Win 1K
- Mac 541
- Linux 570
Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Greek Letters for Sublime Text 2/3
This package Provides completion for greek letter in sublime Text 2/3. It
uses the exact same names as known from LaTeX's AMSmath. Just enter a the name of the desired letter (or parts of it) and press <Tab>
.
Examples
Entered Text | Result | Comment |
---|---|---|
tau<tab> |
τ |
|
varphi<tab> |
φ |
|
phi<tab> |
ϕ |
|
epsilon<tab> |
ε |
|
eps<tab> |
ε |
you can use abbreviation as well |
vt<tab> |
ϑ |
… and again |
Installation
Package Control
The recommended way to install this package is to use Package Control. Just install Package Control, press <Ctrl+Shift+P>
, choose Package Control: Install Package
from the list and search for GreekLetters
.
If you cannot find the package you can also add this repository manually by adding https://github.com/a-ludi/sublime-greek-letters.git as a Package Control repository. Repeat the steps from above afterwards.
Git Clone
Clone this repository in to the Sublime Text 2 Packages
directory, which
is located where ever the Preferences → Browse Packages option in
sublime takes you.
Git Copy
Alternately, you can download a copy of this package, rename the file to GreekLetter.sublime-package
and move it to the Installed Packages
directory which is located in the same directory as the Packages
directory. Afterwards, restart sublime and your done.
License
Copyright © 2015 Arne Ludwig arne.ludwig@posteo.de.
This package is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this package. If not, see http://www.gnu.org/licenses/.