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

View file

@ -1,8 +1,22 @@
# paper
## iclc2023
from the strudel project root:
```sh
npm run iclc
npm run iclc-nocite # try this if you get an error
```
## old
Work in progress on a paper about strudel
To build you will need
* pandoc
* pandoc-url2cite (`npm install -g pandoc-url2cite`)
* latex/xelatex
* python
* pandocfilters (`pip3 install pandocfilters`)
- pandoc
- pandoc-url2cite (`npm install -g pandoc-url2cite`)
- latex/xelatex
- python
- pandocfilters (`pip3 install pandocfilters`)