katex-support

0.1.0 • Public • Published

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;

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i katex-support

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • jmeas