ICLC2023 paper (#306)

Paper submission for the international conference on live coding
This commit is contained in:
Alex McLean 2022-12-19 11:11:24 +00:00 committed by GitHub
parent e6bbad84c1
commit bf373d894d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 1769 additions and 7 deletions

16
paper/Makefile Normal file
View file

@ -0,0 +1,16 @@
all: iclc2023.pdf iclc2023.html
clean:
rm iclc2023.pdf iclc2023.html
iclc2023.html: iclc2023.md citations.json
pandoc --template=pandoc/iclc.html --citeproc --number-sections iclc2023.md -o iclc2023.html
iclc2023.pdf: iclc2023.md citations.json pandoc/iclc.latex pandoc/iclc.sty
pandoc --template=pandoc/iclc.latex --citeproc --number-sections iclc2023.md -o iclc2023.pdf
iclc2023.docx: iclc2023.md citations.json
pandoc --citeproc --number-sections iclc2023.md -o iclc2023.docx
iclc2023x.pdf: iclc2023.md citations.json pandoc/iclc.latex pandoc/iclc.sty
pandoc --template=pandoc/iclc.latex --citeproc --number-sections iclc2023.md --pdf-engine=xelatex -o iclc2023x.pdf