29 Nov
2019
29 Nov
'19
11:32 a.m.
On Fri, 29 Nov 2019, Marco Patzer wrote:
On Fri, 29 Nov 2019 11:07:01 +0100 Denis Maier
wrote: So that I can it once and ConTeXt will re-typeset a file once there are changes?
Idea:
file='somefile.tex' while true; do inotifywait --event modify "$file" context --batchmode "$file" done
I use atchange (http://users.fred.net/tds/lab/atchange.html), which allows you write a file, where you can specify dependencies, so I can trigger an automatic rerun if either of the dependencies change. This is useful for larger projects. Aditya