ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Greek​Te​X

by mdsnj ALL

Provides math mode tab completion in Sublime Text 2/3.

Details

Installs

  • Total 399
  • Win 158
  • Mac 136
  • Linux 105
Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22
Windows 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

GreekTeX

Provides a tool for quickly entering greek letters in Sublime Text 2.

While in math mode, shift-tab replaces the previous word with a sequence of Greek letter LaTeX commands, according to the following dictionary:

{
'a': '\\alpha',
'b': '\\beta',
'c': '\\chi',
'd': '\\delta',
'D': '\\Delta',
'e': '\\varepsilon',
'f': '\\phi',
'F': '\\Phi',
'g': '\\gamma',
'G': '\\Gamma',
'h': '\\eta',
'i': '\\iota',
'k': '\\kappa',
'l': '\\lambda',
'L': '\\Lambda',
'm': '\\mu',
'n': '\\nu',
'o': '\\omega',
'O': '\\Omega',
'p': '\\pi',
'P': '\\Pi',
'q': '\\theta',
'Q': '\\Theta',
'r': '\\rho',
's': '\\sigma',
'S': '\\Sigma',
't': '\\tau',
'x': '\\xi',
'X': '\\Xi',
'y': '\\psi',
'Y': '\\Psi'
 }

The default mappings may be customized as desired by editing greekmappings in GreekTeX.py.

Examples

Single letter expansion:

a => \alpha
m => \mu

Multiple character expansion:

mnrs => \mu\nu\rho\sigma
abgd => \alpha\beta\gamma\delta