From cca1e62fe0c01cd46a62475a831c0089c3caf95c Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 14 Apr 2017 13:20:40 +0200 Subject: docx adjusted in Makefile --- Makefile | 2 +- loael.pdf | Bin 348856 -> 348856 bytes 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 111fd7b..50b9456 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ loael.md: loael.Rmd $(figures) $(datasets) $(validations) Rscript --vanilla -e "library(knitr); knit('loael.Rmd');" loael.docx: loael.md - pandoc --filter pandoc-crossref --filter pandoc-citeproc loael.md -s -o loael.docx + pandoc -s --bibliography=references.bibtex --latex-engine=pdflatex --filter pandoc-crossref --filter pandoc-citeproc -o loael.docx loael.md # Figures diff --git a/loael.pdf b/loael.pdf index 4aa0543..b58594a 100644 Binary files a/loael.pdf and b/loael.pdf differ -- cgit v1.2.3