descriptionA wrapper to make latexmk more terse.
homepage URLhttps://www.math.umd.edu/~sgilles
ownersgilles@math.umd.edu
last changeThu, 9 May 2019 14:38:59 +0000 (9 14:38 +0000)
content tags
add:
README
This program is a wrapper for latexmk. I want latexmk to be quiet
on success, and to be terse on failure. texfot isn't quiet enough,
-silent is too quiet, &c.

You need

 o lua-spawn [ https://github.com/daurnimator/lua-spawn ]
 o lunix     [ http://25thandclement.com/~william/projects/lunix.html ]
 o lpeg      [ http://www.inf.puc-rio.br/~roberto/lpeg/ ]

Invoke it as

    latexmk-quiet /path/to/latexmk [ args to latexmk ]

Configure it by editing the file to add more lines to scan for. If
you don't use a setup that exactly mirrors mine, it will probably
eat lines you don't want eaten.

See Makefile.example for a Makefile that I use(d at one point)
involving latexmk-quiet.
shortlog
2019-05-09 S. Gillesdetect missing commas in bib filesmaster
2019-02-28 S. Gillestry generally matching <file>:<line> errors
2019-02-27 S. Gillestry generally matching !-lines
2019-02-27 S. Gillestry and catch "! Extra {"... errors.
2019-01-25 S. Gillestry to catch tikz errors; add testing
2019-01-23 S. Gillespreserver latexmk's exit status
2019-01-23 S. Gillesadd Makefile for 'make install'
2019-01-23 S. Gillesinitial
heads
4 years ago master