From 60a169054dd9c0fca7ff6dabe45f13f24e15a5f9 Mon Sep 17 00:00:00 2001 From: Martin Stiemerling <martin.stiemerling@h-da.de> Date: Fri, 14 Aug 2020 07:08:17 +0000 Subject: [PATCH] Update README.md --- documentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/README.md b/documentation/README.md index 4ce617ab9..4ec95fd59 100644 --- a/documentation/README.md +++ b/documentation/README.md @@ -3,7 +3,7 @@ Uses [pandoc](https://pandoc.org/MANUAL.html#pandocs-markdown) flavoured markdown. ``` sh -pandoc --filter pandoc-citeproc --bibliography=paper.bib --csl=acm-sig-proceedings.csl --variable papersize=a4paper -s *.md -o paper.pdf +pandoc --filter pandoc-citeproc --bibliography=bibliography.bib--csl=acm-sig-proceedings.csl --variable papersize=a4paper -s *.md -o paper.pdf ``` ## Citation Styles -- GitLab