scripts/latex
Matteo Cypriani d9da17a74c Rename a bunch of scripts
Reorganise and rename some files (add extensions, more relevant names,
etc.).
2013-04-10 16:32:45 -04:00
..
README Rename a bunch of scripts 2013-04-10 16:32:45 -04:00
latexd.sh Rename a bunch of scripts 2013-04-10 16:32:45 -04:00

README

latexd.sh watches a file and calls make when it is changed. This is
useful to automatically compile a LaTeX document when saved.
To detect a change, a MD5 sum of the file is computed.

This script works well (at least) on GNU/Linux and FreeBSD.

Limitations :
- Handles only a single file.
- The delay between two checks is not configurable.