Skip to content

gulp utility to watch .tex files and compile them into PDFs.

Notifications You must be signed in to change notification settings

johnnydotdev/latex-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Latex Life

A utility inspired by my CS 374 (Algorithms) group.

Watches *.tex files and runs pdflatex *.tex on those files.

Open in Preview and it should auto-reload after you make changes in your favorite .tex editor.

###1. Install gulp globally:

$ npm install --global gulp

###2. Install gulp in your project devDependencies:

$ npm install --save-dev gulp

###3. Install gulp-shell:

$ npm install --save-dev gulp-shell

###4. Run it!

$ gulp

Inspired by Alex Kizer.

About

gulp utility to watch .tex files and compile them into PDFs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published