saadq / node-latex

🧾 A utility for running LaTeX subprocesses in Node.
MIT License
58 stars 22 forks source link

Add support for multi-pass documents #5

Closed rwestlund closed 7 years ago

rwestlund commented 7 years ago

Add a parameter options.passes, which determines how many times options.cmd is run. Only works when doc is a String because streams can't be consumed multiple times. Defaults to 1.

Close #1. Requires #3.