ICLC2023 paper (#306)
Paper submission for the international conference on live coding
This commit is contained in:
parent
e6bbad84c1
commit
bf373d894d
15 changed files with 1769 additions and 7 deletions
16
paper/Makefile
Normal file
16
paper/Makefile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue