Skip to content

A daemon that watch for changes in latex files and recompiles them if it detects a change.

License

Notifications You must be signed in to change notification settings

spino327/texwatch.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

texwatch.sh

A daemon that watch for changes in latex files and recompiles them if it detects a change.

Inspiration

Automatic TeX Recompilation script by http://c9x.me/texwatch.

Dependencies

How to use

texwatch.sh start|stop|compile <main.tex> <tex_cmd>.
To start: texwatch.sh start file.tex folder.
To stop: texwatch.sh stop.
main.tex: main tex file.
tex_cmd: tex command to execute, e.g. pdflatex, xelatex,...

For instance, to watch changes for a tmp.tex file that you want to compile with xelatex:

$ /path/to/texwatch.sh start tmp.tex xelatex

To stop the daemon you need to go to the folder where tmp.tex

$ /path/to/texwatch.sh stop

About

A daemon that watch for changes in latex files and recompiles them if it detects a change.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages