From 92ea2898811d9e40b68f75a22a5da32b1c38de78 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 21 Feb 2019 20:56:40 +0000 Subject: Add report --- report/makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 report/makefile (limited to 'report/makefile') diff --git a/report/makefile b/report/makefile new file mode 100644 index 0000000..b77aca0 --- /dev/null +++ b/report/makefile @@ -0,0 +1,19 @@ +FILES = paper.md \ + metadata.yaml + +OUTPUT = build + +FLAGS = --bibliography=bibliography.bib \ + --csl=bibliography.csl \ + -s \ + -f markdown + +FLAGS_PDF = --template=template.latex + +pdf: + mkdir -p $(OUTPUT) + pandoc -o $(OUTPUT)/cw2_vz215_np1915.pdf $(FLAGS) $(FLAGS_PDF) $(FILES) + +clean: + rm build/* + -- cgit v1.2.3-70-g09d2