For compiling LaTeX documents using grunt.
- Node.js and
npm
- LaTeX distribution
- Download and extract this gist
- Run
npm install
in the gist's folder - Modify
file
variable andcmd
in the Gruntfile as necessarypdflatex
is used here, but you can use whatever build string you like
- Place LaTeX working document in this folder
- Run
grunt
- Edit source document, save, ✨
watch
ALL LaTeX files for the case of\include
ing multiple subdocuments