detect missing commas in bib files
[latexmk-quieter.git] / README
blobbc7dfc8020862a7f51c14f2b7c0b85cbe8bbf7c3
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.
5 You need
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/ ]
11 Invoke it as
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.