Newer
Older
# Markdown Design Document
Uses [pandoc](https://pandoc.org/MANUAL.html#pandocs-markdown) flavoured markdown.
``` sh
pandoc --filter pandoc-citeproc --bibliography=paper.bib --csl=acm-sig-proceedoings.csl --variable papersize=a4paper -s *.md -o paper.pdf
```
## Resources
[How to 1](https://gist.github.com/maxogden/97190db73ac19fc6c1d9beee1a6e4fc8)
[How to 2](https://v4.chriskrycho.com/2015/academic-markdown-and-citations.html)
[How to 3](https://medium.com/@krzysztofczarnecki/i-wrote-my-thesis-in-markdown-heres-how-it-went-3f60140dfe65)