tralics

0.0.1 • Public • Published

node-tralic

A node.js module for converting latex source to javascript json. It is a wrapper based on the following c library

To install the package in npm

npm install tralics

To analyze a latex file

var tralic = require('tralics');
var util = require('util');

tralic.analyze("hello.tex", function(doc){
    console.log("DOC " + util.inspect(doc));
});

Readme

Keywords

none

Package Sidebar

Install

npm i tralics

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • dennycd