UNPKG

latex

Version:

A simple wrapper for LaTeX in node.js

4 lines (2 loc) 146 B
//One liner application of node-latex showing how to make tex work with streams require("../texwrapper.js")(process.stdin).pipe(process.stdout);