0.0.1 • Published 12 years ago
tralics v0.0.1
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));
});
0.0.1
12 years ago