1.0.2 • Published 2 years ago

latexwatch v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.