Skip to content

the8472/latex-to-unicode.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latex-to-unicode.js

Convert LaTeX strings to unicode.

Installing

Install via npm.

npm install latex-to-unicode

Usage

var latexToUnicode = require('latex-to-unicode');

latexToUnicode('\\frak{A} + \\alpha = 3');
// > 𝔄 + α = 3

Credits

This is a Node port of latex-to-unicode by @ypsu.

About

Convert LaTeX strings to unicode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%