To use this skeleton, install [pandoc](](https://pandoc.org/installing.html). To compile `myfile.md` to PDF on linux, run: make myfile.pdf For example to compile `template.md`, run: make template.pdf On Windows, use pandoc directly: pandoc template.md -o template.pdf