summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-11-07 19:36:03 +0100
committerrautenberg <rautenberg@in-silico.ch>2016-11-07 19:36:03 +0100
commitea2607614d3a29b37f5039094be3fd4dd5a8a041 (patch)
tree62fbca4f5d02c76b8a31fc37ebb1e8bd4bbb98ba /Makefile
parente0c3bf14f986c993654b263ec089cbb58ce1ba2b (diff)
add Bibliography and eNM logo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d27d5a7..b1e3dee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-PDFLATEX = pdflatex -shell-escape
+PDFLATEX = pdflatex -shell-escape
+BIBTEX = bibtex
MD=$(wildcard ./markdown_blocks/*.md)
@@ -6,6 +7,9 @@ MD=$(wildcard ./markdown_blocks/*.md)
lazar-poster.pdf:
./md2tex.sh
$(PDFLATEX) postertemplate.tex
+ $(BIBTEX) postertemplate
+ $(PDFLATEX) postertemplate.tex
+ $(PDFLATEX) postertemplate.tex
# Poster 2
lazar-poster2.pdf: