0.0.3 • Published 12 years ago

pdflatex-ng v0.0.3

Weekly downloads
1
License
-
Repository
github
Last release
12 years ago

node-pdflatex-ng

Introduction

node-pdflatex-ng is a wrapper around the pdflatex(1) command as distributed with TeXlive/LaTeX to generate PDF/DVI files from .tex files.

It's an improved version based on the original node-pdflatex project by oschrenk.

Installation

npm install node-pdflatex-ng

Usage

var PDFLatex = require('pdflatex-ng');
var input = new PDFLatex("input.tex");
try {
	input.process();
} catch (err) {
	console.log(err);
}

Author

Copyright (C) 2012 Jasper Lievisse Adriaanse jasper@humppa.nl

Distributed under the BSD license (see the file COPYING).

0.0.3

12 years ago

0.0.2

12 years ago