mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
tex.mk: Remove Overfull/Underfull output
This commit is contained in:
parent
258e23c891
commit
c75d5924a1
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ $(OUT).html.zip: $(HTMLDIR)
|
|||
|
||||
$(OUTPUT).pdf: $(GENERATED)
|
||||
@echo "-- creating pdf file"
|
||||
pdflatex $(MAIN).tex; pdflatex $(MAIN).tex; pdflatex $(MAIN).tex
|
||||
for i in 1 2 3 ; do echo "==== pass $$i"; pdflatex $(MAIN).tex 2>&1 | grep -ve "Underfull\|Overfull"| grep .; done
|
||||
mv $(MAIN).pdf $(OUTPUT).pdf
|
||||
|
||||
$(OUT).pdf.zip: $(OUTPUT).pdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue