summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2016-11-04 17:37:45 +0100
committerrautenberg <rautenberg@in-silico.ch>2016-11-04 17:37:45 +0100
commitc42e64ad4885bcc98f8ead9472fa481ffe1a324d (patch)
tree3a18563861ae860624d6b44082ef55ea47e152e8 /Makefile
initial poster with example
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..84ce9ef
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+PDFLATEX = pdflatex -shell-escape
+MD=$(wildcard ./markdown_blocks/*.md)
+
+
+# Poster
+lazar-poster.pdf:
+ ./md2tex.sh
+ $(PDFLATEX) postertemplate.tex
+
+
+
+
+# pandoc nano-lazar.md --bibliography=references.bibtex --latex-engine=pdflatex --filter ./inline.rb --filter pandoc-crossref --filter pandoc-citeproc -o nano-lazar.pdf