unicode2latex
TypeScript icon, indicating that this package has built-in type declarations

6.0.4 • Public • Published

Convert unicode to LaTeX

Example:

const { Transform } = require('unicode2latex')
const tx = new Transform(mode, { packages: ['textcomp', 'amsmath'] })
const packages = new Set
console.log(tx.tolatex('your text', { packages })

Readme

Keywords

Package Sidebar

Install

npm i unicode2latex

Weekly Downloads

143

Version

6.0.4

License

ISC

Unpacked Size

451 kB

Total Files

9

Last publish

Collaborators

  • retorquere