From 1645473d6f49858e50505707658374e297d0d8ad Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Wed, 10 Nov 2021 15:04:00 +0100 Subject: small pdf corrections - add overfull and underfull warning in make output - add lmodern font for smoother result - add monthly summary table --- pdf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pdf/Makefile') diff --git a/pdf/Makefile b/pdf/Makefile index 585b1b3..909b74d 100644 --- a/pdf/Makefile +++ b/pdf/Makefile @@ -9,7 +9,7 @@ all pdf: $(PDF) .SECONDEXPANSION: %.pdf: %.tex $$(wildcard $$*.bib) assets/*.tex latexmk $(LATEXMK_FLAGS) $(PDFLATEX_FLAGS) -pdf -f $< \ - | grep --color=always -o '.*:[0-9]*:.*\|warning.*' || true + | grep --color=always -oE '(.+:[0-9]+:|warning|(Und|Ov)erfull).*' || true mostlyclean: latexmk $(LATEXMK_FLAGS) -c -- cgit v1.2.3