Skip to content

A bash script which monitors a .tex source file for modification, then compiles and previews it when it changes.

License

Notifications You must be signed in to change notification settings

tmick0/texwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

texwatch

A bash script which monitors a .tex source file for modification, then compiles and previews it when it changes.

Requirements:

  • pdflatex
  • evince

Usage:

Simply call texwatch.sh /path/to/your/document.tex.
The script will render the PDF and open it in evince. When you modify the tex file, the script will recompile the PDF and evince will update its preview. If the build fails, the script will print the errors.

About

A bash script which monitors a .tex source file for modification, then compiles and previews it when it changes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages