pdflatex

0.0.1 • Public • Published

node-pdflatex

node-pdflatex is just a very thin wrapper arround the pdflatex command.

Installation

git clone git://github.com/oschrenk/node.pdflatex.git

or

npm install pdflatex

Usage

var PDFLatex = require('pdflatex');
var tex = new PDFLatex("samplefile.tex");
tex.process();

/pdflatex/

    Package Sidebar

    Install

    npm i pdflatex

    Weekly Downloads

    158

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • oschrenk