Sample template to get you started with Pandoc + LaTeX thesis.
Fork this repository to bootstrap your thesis.
Source markdown files located at src directory. Result is published at publish directory.
Sample: src/sample.md
Result: publish/sample.pdf
Following command builds your thesis into .pdf:
make
Note: also converts src/title.doc to pdf and prepends to the resulting artifact.
To "publish" the final .pdf you can use the following command which builds and copies src/*.pdf into publish/*.pdf
which can then be committed to the repo:
make publish