diff options
author | n-peugnet <n.peugnet@free.fr> | 2021-11-10 15:04:00 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2021-11-10 15:24:01 +0100 |
commit | 1645473d6f49858e50505707658374e297d0d8ad (patch) | |
tree | 1e46e401d832a3ce7116e4c1c8e8ab91a7f27014 /pdf/Makefile | |
parent | ce8a647fa3c0613e501b8ff9f8b10499fcd4fe2f (diff) | |
download | dna-backup-1645473d6f49858e50505707658374e297d0d8ad.tar.gz dna-backup-1645473d6f49858e50505707658374e297d0d8ad.zip |
small pdf corrections
- add overfull and underfull warning in make output
- add lmodern font for smoother result
- add monthly summary table
Diffstat (limited to 'pdf/Makefile')
-rw-r--r-- | pdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |