1 This program is a wrapper for latexmk. I want latexmk to be quiet
2 on success, and to be terse on failure. texfot isn't quiet enough,
3 -silent is too quiet, &c.
7 o lua-spawn [ https://github.com/daurnimator/lua-spawn ]
8 o lunix [ http://25thandclement.com/~william/projects/lunix.html ]
9 o lpeg [ http://www.inf.puc-rio.br/~roberto/lpeg/ ]
13 latexmk-quiet /path/to/latexmk [ args to latexmk ]
15 Configure it by editing the file to add more lines to scan for. If
16 you don't use a setup that exactly mirrors mine, it will probably
17 eat lines you don't want eaten.
19 See Makefile.example for a Makefile that I use(d at one point)
20 involving latexmk-quiet.