diff --git a/Makefile b/Makefile index d2c3015..9a9c8b4 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ package doc: # - tex (*.sty and *.cls, etc that LaTeX reads) # of the CTAN and TDS submissions SRCDIRS = -DOCDIRS = eu/examples/strep dfg/examples/proposal +DOCDIRS = #eu/examples/strep dfg/examples/proposal DTXDIRS = base dfg eu # targets for CTAN. diff --git a/base/proposal.pdf b/base/proposal.pdf index 9918ecf..bba17cd 100644 Binary files a/base/proposal.pdf and b/base/proposal.pdf differ diff --git a/dfg/Makefile b/dfg/Makefile index 97619bc..0ab2c9f 100644 --- a/dfg/Makefile +++ b/dfg/Makefile @@ -3,6 +3,7 @@ PACKAGE = dfg TDSCOLL = proposal DTX.cls.base = dfgproposal TDS.tex = dfgreporting.cls dfgpdata.sty +TDS.exdirs = examples/proposal CTAN = $(TDS.tex) EXDIRS = examples diff --git a/dfg/dfgproposal.pdf b/dfg/dfgproposal.pdf index e1ea14f..9f17e2e 100644 Binary files a/dfg/dfgproposal.pdf and b/dfg/dfgproposal.pdf differ diff --git a/dfg/examples/report/finalreport.pdf b/dfg/examples/report/finalreport.pdf index a3a8b53..c24f83d 100644 Binary files a/dfg/examples/report/finalreport.pdf and b/dfg/examples/report/finalreport.pdf differ diff --git a/dfg/examples/report/finalreport.tex b/dfg/examples/report/finalreport.tex index 63c6467..9a3df0e 100644 --- a/dfg/examples/report/finalreport.tex +++ b/dfg/examples/report/finalreport.tex @@ -4,7 +4,7 @@ \documentclass[gitinfo]{dfgreporting} %\documentclass[submit]{dfgproposal} %\documentclass[submit,public]{dfgproposal} -\addbibresource{dummy} +\addbibresource{../lib/dummy.bib} % define the proposal acronym; % use \texorpdfstring so that it can be used in section headings as well % tell the class that this is the proposal acronym @@ -16,7 +16,7 @@ template valid until January 2012 (have to update soon) \end{center} -\begin{report}[importfrom=proposal, +\begin{report}[importfrom=../proposal/proposal, PI=miko,PI=gc,site=jacu,site=pcg, key = KO 2428 99-9, key = GS 4711 99-9, diff --git a/eu/euproposal.pdf b/eu/euproposal.pdf index 1db4fbe..a14c11f 100644 Binary files a/eu/euproposal.pdf and b/eu/euproposal.pdf differ diff --git a/lib/Makefile.in b/lib/Makefile.in index 13b5f76..39d9855 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -88,6 +88,7 @@ ltds: cp $(DTX.sty) $(DTX.cls) $(TDS.tex) $(TDSDIR.tex) cp $(DTX.sty.ltxml) $(DTX.cls.ltxml) $(TDSDIR.tex) || echo "omitting ltxml files" cp README $(DTX.pdf) $(EXAMPLE.tex) $(EXAMPLE.pdf) $(TDS.doc) $(TDSDIR.doc) + cp -R $(TDS.exdirs) $(TDSDIR.doc) lctan: mkdir -p $(CTANDIR)