Skip to content

Instantly share code, notes, and snippets.

@ravinsharma12345
Last active December 21, 2015 02:59
Show Gist options
  • Save ravinsharma12345/6239214 to your computer and use it in GitHub Desktop.
Save ravinsharma12345/6239214 to your computer and use it in GitHub Desktop.
My sublime text 2 Unicode Math plugin configuration
{
"symbols": {
"x0" : "\u2070",
"x1" : "\u00B9",
"x2" : "\u00B2",
"x3" : "\u00B3",
"x4" : "\u2074",
"x5" : "\u2075",
"x6" : "\u2076",
"x7" : "\u2077",
"x8" : "\u2078",
"x9" : "\u2079",
"xn" : "\u207F",
"1/4" : "\u00BC",
"1/2" : "\u00BD",
"3/4" : "\u00BE",
"1/3" : "\u2153",
"2/3" : "\u2154",
"1/5" : "\u2155",
"2/5" : "\u2156",
"1/6" : "\u2159",
"5/6" : "\u215A",
"1/8" : "\u215B",
"3/8" : "\u215C",
"5/8" : "\u215D",
"7/8" : "\u215E",
"bullet" : "\u2022",
"tribullet" : "\u2023",
"whitebullet" : "\u25E6",
"hyphen" : "\u2219",
"less" : "\u003C",
"greater" : "\u003E",
"=less" : "\u2264",
"=greater" : "\u2265",
"+-" : "\u00B1",
"!equal" : "\u2260",
"therefore" : "\u22C5",
"prime" : "\u2032",
"2prime" : "\u2033",
"3prime" : "\u2034",
"forall" : "\u2200",
"complement" : "\u2201",
"exist" : "\u2203",
"!exist" : "\u2204",
"0set" : "\u2205",
"!symbol" : "\u00AC",
"and" : "\u2227",
"or" : "\u2228",
"xor" : "\u22BB",
"nand" : "\u22BC",
"nor" : "\u22BD",
"intersection" : "\u2229",
"union" : "\u222A",
"element" : "\u2208",
"!element" : "\u2209",
"smallelement" : "\u220A",
"member" : "\u220B",
"!member" : "\u220C",
"smallmember" : "\u220D",
"setminus" : "\u2216",
"subset" : "\u2282",
"superset" : "\u2283",
"!subset" : "\u2284",
"!superset" : "\u2285",
"=subset" : "\u2286",
"=superset" : "\u2287",
"!=subset" : "\u2288",
"!=superset" : "\u2289",
"subset!=" : "\u228A",
"superset!=" : "\u228B",
"possibility" : "\u22C4",
"=asymptotical" : "\u2243",
"!asymptotical" : "\u2244",
"multiset" : "\u228C",
"*multiset" : "\u228D",
"multisetunion" : "\u228E",
"2set" : "\u22D0",
"2superset" : "\u22D1",
"2intersection" : "\u22D2",
"2union" : "\u22D3",
"naryand" : "\u22C0",
"naryor" : "\u22C1",
"naryintersection" : "\u22C2",
"naryunion" : "\u22C3",
"curlyor" : "\u22CE",
"curlyand" : "\u22CF",
"+circled" : "\u2295",
"*circled" : "\u2297",
"-circled" : "\u2296",
"/circled" : "\u2298",
"infinity" : "\u221E",
"imaginary" : "\u2111",
"real" : "\u211C",
"real2" : "\u211D",
"complex" : "\u2102",
"natural" : "\u2115",
"prime" : "\u2119",
"rational" : "\u211A",
"integer" : "\u2124",
"cube" : "\u221B"
},
// Custom synonyms
// Synonims for existing symbol names:
// {
// "mys": "mysymbol"
// }
"synonyms": {},
// Syntaxes to ignore
"ignore_syntax": ["latex"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment