diff --git a/base/proposal.pdf b/base/proposal.pdf index 269c8d7..57f15a8 100644 Binary files a/base/proposal.pdf and b/base/proposal.pdf differ diff --git a/dfg/dfgproposal.pdf b/dfg/dfgproposal.pdf index 65be0a2..2a6e76c 100644 Binary files a/dfg/dfgproposal.pdf and b/dfg/dfgproposal.pdf differ diff --git a/eu/euproposal.pdf b/eu/euproposal.pdf index 18b2b81..f6b2460 100644 Binary files a/eu/euproposal.pdf and b/eu/euproposal.pdf differ diff --git a/examples/dfg/proposal/proposal.pdf b/examples/dfg/proposal/proposal.pdf new file mode 100644 index 0000000..a5a0982 Binary files /dev/null and b/examples/dfg/proposal/proposal.pdf differ diff --git a/examples/dfg/report/finalreport.pdf b/examples/dfg/report/finalreport.pdf new file mode 100644 index 0000000..eee2eca Binary files /dev/null and b/examples/dfg/report/finalreport.pdf differ diff --git a/examples/dfg/simple-proposal/Makefile b/examples/dfg/simple-proposal/Makefile index 6b69c8f..ca0c67d 100644 --- a/examples/dfg/simple-proposal/Makefile +++ b/examples/dfg/simple-proposal/Makefile @@ -15,7 +15,7 @@ TARGET.pdf = $(TARGET:%.tex=%.pdf) # PDFs to be produced TARGET.aux = $(TARGET:%.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 batchmode -file-line-error +PDFLATEX = pdflatex# -interaction batchmode -file-line-error BBL = $(PROPOSAL:%.tex=%.bbl) PROPCLS.dir = $(PROP.dir)/base PROPETC.dir = $(PROP.dir)/etc diff --git a/examples/dfg/simple-proposal/proposal.pdf b/examples/dfg/simple-proposal/proposal.pdf new file mode 100644 index 0000000..5ab1275 Binary files /dev/null and b/examples/dfg/simple-proposal/proposal.pdf differ diff --git a/examples/dfg/simple-proposal/proposal.tex b/examples/dfg/simple-proposal/proposal.tex index afb9965..139c212 100644 --- a/examples/dfg/simple-proposal/proposal.tex +++ b/examples/dfg/simple-proposal/proposal.tex @@ -64,8 +64,9 @@ \end{Summary} % It is often good to separate the top-level sections into separate files. -% Especially in collaborative proposals. We do this here. -\input{state} +% Especially in collaborative proposals. We do this here. And this allows us to share the +% state of the art of another proposal. +\input{../proposal/state} \input{workplan} \section{Bibliography concerning the state of the art, the research objectives, and the diff --git a/examples/eu/strep/propB.pdf b/examples/eu/strep/propB.pdf index 7dfca9c..9698386 100644 Binary files a/examples/eu/strep/propB.pdf and b/examples/eu/strep/propB.pdf differ