description | A wrapper to make latexmk more terse. |
homepage URL | https://www.math.umd.edu/~sgilles |
owner | sgilles@math.umd.edu |
last change | Thu, 9 May 2019 14:38:59 +0000 (9 14:38 +0000) |
URL | git://repo.or.cz/latexmk-quieter.git |
https://repo.or.cz/latexmk-quieter.git | |
push URL | ssh://repo.or.cz/latexmk-quieter.git |
https://repo.or.cz/latexmk-quieter.git (learn more) | |
bundle info | latexmk-quieter.git downloadable bundles |
content tags |
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.
2019-05-09 | S. Gilles | detect missing commas in bib filesmaster | commitcommitdifftreesnapshot (tar.gz zip) |
2019-02-28 | S. Gilles | try generally matching <file>:<line> errors | commitcommitdifftreesnapshot (tar.gz zip) |
2019-02-27 | S. Gilles | try generally matching !-lines | commitcommitdifftreesnapshot (tar.gz zip) |
2019-02-27 | S. Gilles | try and catch "! Extra {"... errors. | commitcommitdifftreesnapshot (tar.gz zip) |
2019-01-25 | S. Gilles | try to catch tikz errors; add testing | commitcommitdifftreesnapshot (tar.gz zip) |
2019-01-23 | S. Gilles | preserver latexmk's exit status | commitcommitdifftreesnapshot (tar.gz zip) |
2019-01-23 | S. Gilles | add Makefile for 'make install' | commitcommitdifftreesnapshot (tar.gz zip) |
2019-01-23 | S. Gilles | initial | commitcommitdifftreesnapshot (tar.gz zip) |
5 years ago | master | logtree |