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

@ -21,7 +21,8 @@
"lint": "eslint . --ext mjs,js --quiet",
"codeformat": "prettier --write .",
"format-check": "prettier --check .",
"check": "npm run format-check && npm run lint && npm run test"
"check": "npm run format-check && npm run lint && npm run test",
"iclc": "cd paper && pandoc --template=pandoc/iclc.html --citeproc --number-sections iclc2023.md -o iclc2023.html && pandoc --template=pandoc/iclc.latex --citeproc --number-sections iclc2023.md -o iclc2023.pdf"
},
"workspaces": [
"packages/*"