Skip to content

Instantly share code, notes, and snippets.

@awareness481
Created June 20, 2017 16:15
Show Gist options
  • Save awareness481/ea890ae6b7e9b1f67f4c8c504f395c3d to your computer and use it in GitHub Desktop.
Save awareness481/ea890ae6b7e9b1f67f4c8c504f395c3d to your computer and use it in GitHub Desktop.
Early version for testing
[
{
"keyword": "factorial",
"syntax": "\\frac{numerator}{denominator}"
},
{
"keyword": "binomial",
"syntax": "\\binom{n}{k}"
},
{
"keyword": "square root",
"syntax": "\\sqrt[n]{} - n needed if n > 2"
},
{
"keyword": "Integral",
"syntax": "\\int_sub^\\sup (...) mathrm{d}x"
},
{
"keyword": "matrices",
"syntax": "\\[\n\\begin{matrix}\na & b & c \\\\\nd & e & f \\\\\ng & h & i\n\\end{matrix}\n\\]"
},
{
"keyword": "plus and minus",
"syntax": "\\pm or \\mp"
},
{
"keyword": "Greek Letters",
"syntax": "\\alpha, \\Alpha, \\beta, \\Beta, \\gamma, \\Gamma, \\pi, \\Pi, \\phi, \\varphi, \\mu, \\Phi"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment