debugging Make/TeX files and re-generating
This commit is contained in:
parent
bcf019ac60
commit
7189f56189
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
examples/dfg/proposal/proposal.pdf
Normal file
BIN
examples/dfg/proposal/proposal.pdf
Normal file
Binary file not shown.
BIN
examples/dfg/report/finalreport.pdf
Normal file
BIN
examples/dfg/report/finalreport.pdf
Normal file
Binary file not shown.
@ -15,7 +15,7 @@ TARGET.pdf = $(TARGET:%.tex=%.pdf) # PDFs to be produced
|
|||||||
TARGET.aux = $(TARGET:%.tex=%.aux) # their aux files.
|
TARGET.aux = $(TARGET:%.tex=%.aux) # their aux files.
|
||||||
PDATA = $(PROPOSAL:%.tex=%.pdata) # the proposal project data
|
PDATA = $(PROPOSAL:%.tex=%.pdata) # the proposal project data
|
||||||
SRC = $(filter-out $(TARGET),$(shell ls *.tex)) # included files
|
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)
|
BBL = $(PROPOSAL:%.tex=%.bbl)
|
||||||
PROPCLS.dir = $(PROP.dir)/base
|
PROPCLS.dir = $(PROP.dir)/base
|
||||||
PROPETC.dir = $(PROP.dir)/etc
|
PROPETC.dir = $(PROP.dir)/etc
|
||||||
|
BIN
examples/dfg/simple-proposal/proposal.pdf
Normal file
BIN
examples/dfg/simple-proposal/proposal.pdf
Normal file
Binary file not shown.
@ -64,8 +64,9 @@
|
|||||||
\end{Summary}
|
\end{Summary}
|
||||||
|
|
||||||
% It is often good to separate the top-level sections into separate files.
|
% It is often good to separate the top-level sections into separate files.
|
||||||
% Especially in collaborative proposals. We do this here.
|
% Especially in collaborative proposals. We do this here. And this allows us to share the
|
||||||
\input{state}
|
% state of the art of another proposal.
|
||||||
|
\input{../proposal/state}
|
||||||
\input{workplan}
|
\input{workplan}
|
||||||
|
|
||||||
\section{Bibliography concerning the state of the art, the research objectives, and the
|
\section{Bibliography concerning the state of the art, the research objectives, and the
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user