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

1.0.3 • Public • Published

hml2tex

hml2tex is a library for converting HML files to TeX format.

Installation

This package can be installed via npm.

npm install hml2tex

Usage

const hml2tex = require('hml2tex');

const hml = '<HML file contents>';
const tex = hml2tex(hml);

console.log(tex);

License

This library is licensed under the Apache-2.0 License.

Readme

Keywords

Package Sidebar

Install

npm i hml2tex

Weekly Downloads

0

Version

1.0.3

License

Apache-2.0

Unpacked Size

10.6 kB

Total Files

11

Last publish

Collaborators

  • jiwon.me