From 726b2c3de815f66922cd6a26935e75d711ddc87b Mon Sep 17 00:00:00 2001 From: Martin Stiemerling <martin.stiemerling@h-da.de> Date: Fri, 14 Aug 2020 07:09:10 +0000 Subject: [PATCH] Fixed my fixes. Big fat finger morning... now it works. --- documentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/README.md b/documentation/README.md index 4ec95fd59..eeeb9d019 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=bibliography.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