latexwatch
v1.0.2
Published
Watch a directory for .tex files and compile them to .pdf
Downloads
3
Readme
latexwatch
Watch a directory for .tex files and compile them to .pdf
Installation
npm install -g latexwatch
Example Usage
latexwatch --src ./docs --target ./build
Options
--src
: The directory to watch for .tex files.
--target
: The directory to output .pdf files.
--help
: Print the help message.