fjij / latexwatch

Watch a directory for .tex files and compile them to .pdf

Home Page:https://npmjs.com/package/latexwatch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

latexwatch

Watch a directory for .tex files and compile them to .pdf

Installation

npm install -g latexwatch

Example Usage

Current directory

latexwatch

Separate .tex and .pdf directory

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.

About

Watch a directory for .tex files and compile them to .pdf

https://npmjs.com/package/latexwatch


Languages

Language:TypeScript 69.5%Language:JavaScript 30.5%