Created
June 20, 2017 16:15
-
-
Save awareness481/ea890ae6b7e9b1f67f4c8c504f395c3d to your computer and use it in GitHub Desktop.
Early version for testing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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