0.1.2 • Published 10 years ago

latex-symbols-list v0.1.2

Weekly downloads
223
License
MIT
Repository
github
Last release
10 years ago

LaTeX Symbols List

A list of LaTeX + AMS symbols.

Installation

Install via npm.

npm install latex-symbols-list

Usage

Access an array of every symbol by requiring in the package.

// Every LaTeX symbol
var latexSymbols = require('latex-symbols-list');

Use the data files themselves to access a subset of the symbols.

// Just the AMS arrows
var amsArrows = require('latex-symbols-list/data/ams-arrows');