latex-symbols-list

0.1.2 • Public • Published

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');

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i latex-symbols-list

      Weekly Downloads

      5

      Version

      0.1.2

      License

      MIT

      Last publish

      Collaborators

      • jmeas