diff --git a/base/proposal.pdf b/base/proposal.pdf index e5e5b4b..92d68e5 100644 Binary files a/base/proposal.pdf and b/base/proposal.pdf differ diff --git a/dfg/dfgproposal.pdf b/dfg/dfgproposal.pdf index 2a06f87..821accd 100644 Binary files a/dfg/dfgproposal.pdf and b/dfg/dfgproposal.pdf differ diff --git a/eu/euproposal.pdf b/eu/euproposal.pdf index f6d7645..6f562b7 100644 Binary files a/eu/euproposal.pdf and b/eu/euproposal.pdf differ diff --git a/examples/eu/strep/Makefile b/examples/eu/strep/Makefile index 6efd499..0fcde12 100644 --- a/examples/eu/strep/Makefile +++ b/examples/eu/strep/Makefile @@ -18,7 +18,7 @@ TBIB.pdf = $(TBIB:%.tex=%.pdf) # PDFs to be produced TBIB.aux = $(TBIB:%.tex=%.aux) # their aux files. PDATA = $(PROPOSAL:%.tex=%.pdata) # the proposal project data SRC = $(filter-out $(TARGET),$(shell ls *.tex)) # included files -PDFLATEX = pdflatex -interaction scrollmode -file-line-error +PDFLATEX = pdflatex -interaction batchmode -file-line-error PROPCLS.dir = $(PROP.dir)/base PROPETC.dir = $(PROP.dir)/etc EUPROPCLS.dir = $(PROP.dir)/eu