1.0.2 • Published 4 years ago
latexwatch v1.0.2
latexwatch
Watch a directory for .tex files and compile them to .pdf
Installation
npm install -g latexwatchExample Usage
latexwatch --src ./docs --target ./buildOptions
--src: The directory to watch for .tex files.
--target: The directory to output .pdf files.
--help: Print the help message.