From 91e454abc948be0aa0b2524fac2c6c1078273f4d Mon Sep 17 00:00:00 2001 From: Martin Stiemerling <martin.stiemerling@h-da.de> Date: Fri, 14 Aug 2020 07:06:00 +0000 Subject: [PATCH] Fixed spelling for acm-sig-proceedings.csl --- documentation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/README.md b/documentation/README.md index 2f3493b47..4ce617ab9 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-proceedoings.csl --variable papersize=a4paper -s *.md -o paper.pdf +pandoc --filter pandoc-citeproc --bibliography=paper.bib --csl=acm-sig-proceedings.csl --variable papersize=a4paper -s *.md -o paper.pdf ``` ## Citation Styles -- GitLab