Notes for CSSE2002 -- programming in the large
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
359 B

4 years ago
# Notes for Course CSSE2002
[pdf file](https://alistairmichael.com/notes/csse2002/csse2002.pdf)
[html](https://alistairmichael.com/notes/csse2002)
Pull requests are welcome.
4 years ago
## Building
```
pandoc notes.md --toc --template template.latex -o notes.pdf
pandoc notes.md -s --css style.css --toc -o notes.html --template template.html --self-contained
```