move bibliography to biblio.bib
This commit is contained in:
parent
b3215ba03f
commit
0442e88096
8 changed files with 40 additions and 54 deletions
2
Makefile
2
Makefile
|
@ -4,6 +4,8 @@ images:
|
|||
$(MAKE) -C img
|
||||
|
||||
paper.pdf: paper.tex images
|
||||
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
|
||||
bibtex paper.aux
|
||||
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
|
||||
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue