Fix generating contribution
This commit is contained in:
parent
371a75cdb4
commit
9cd44022ec
@ -105,13 +105,13 @@ titlepage.pdf: titlepage.tex
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
helpers/$(PAPER_ID)-contribution-declaration.pdf: helpers/$(PAPER_ID)-contribution-declaration.tex
|
helpers/$(PAPER_ID)-contribution-declaration.pdf: helpers/$(PAPER_ID)-contribution-declaration.tex bibliography.bib
|
||||||
(cd helpers && pdflatex $(PAPER_ID)-contribution-declaration.tex)
|
(cd helpers && pdflatex $(PAPER_ID)-contribution-declaration.tex)
|
||||||
(cd helpers && biber $(PAPER_ID)-contribution-declaration)
|
(cd helpers && biber $(PAPER_ID)-contribution-declaration)
|
||||||
(cd helpers && pdflatex $(PAPER_ID)-contribution-declaration.tex)
|
(cd helpers && pdflatex $(PAPER_ID)-contribution-declaration.tex)
|
||||||
|
|
||||||
helpers/$(PAPER_ID)-contribution-declaration.tex: contributions.yaml helpers/contribution-declaration.tex.tmpl helpers/generate-contribution-declaration.py
|
helpers/$(PAPER_ID)-contribution-declaration.tex: contributions.yaml helpers/contribution-declaration.tex.tmpl helpers/generate-contribution-declaration.py
|
||||||
(cd helpers && ./generate-contribution-declaration.py) < $< > $@
|
(cd helpers && python3 generate-contribution-declaration.py) < $< > $@
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
@ -31,7 +31,7 @@ I hereby declare that the contribution to the following paper:
|
|||||||
|
|
||||||
\smallskip
|
\smallskip
|
||||||
|
|
||||||
\fullcite{this-paper}
|
\noindent\fullcite{this-paper}
|
||||||
|
|
||||||
\smallskip
|
\smallskip
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user