My PhD thesis is written in Markdown and converted in Latex + pdf with Pandoc. The original template is largely inspired from https://github.com/chiakaivalya/thesis-markdown-pandoc.
My thesis is about the dynamic and modeling of chromosome during mitosis in fission yeast. It's all written in french except a summary in english.
You can access to the final pdf here.
pandoc
-
pandoc-citeproc
: enable citation in Markdown -
pandoc-crossref
: enable cross reference in Markdown - all the necessary requirements to compile latex projects
make pdf
├── abstract.pdf # only abstract as pdf
├── figures/ # contains all my figures (.svg and .png)
├── library.bib # bib file containing... my bibliography (generated with Mendeley)
├── Makefile # various commands to build the thesis
├── README.md # the file you are actullay reading
├── scripts/ # scripts needed to build system
├── templates/ # template files for LaTeX, .docx and .bib
├── test.pdf # generate a tiny version of the thesis (only for testing purpose)
├── text/ # contains the thesis text file (in Markdown)
├── thesis.docx # thesis generated in .docx (for people who use Microsoft Office)
├── thesis.pdf # final pdf containing your thesis
└── thesis.tex # intermediate .tex file can be generated (for LaTeX debugging purpose only)
Hadrien Mary
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.