0.1.0 • Published 11 years ago
katex-support v0.1.0
katex-support.js
Generates lists of the functions and symbols that KaTeX supports.
Installation
Install via npm.
npm install katex-support
Usage
This package exports an object with three keys: textSymbols
, mathSymbols
, and functions
. Each key is an array
of the supported symbols of that type.
var katexSupport = require('katex-support');
var supportedMathSymbols = katexSupport.mathSymbols;
var supportedTextSymbols = katexSupport.textSymbols;
var supportedFunctions = katexSupport.functions;
0.1.0
11 years ago