A starting point for writing reports in Markdown that compiles to LaTeX.
-
You write your content using Markdown. All content reside in the
content
folder and you typically want one.md
file for each chapter. The chapter files should start with a two digit number for correct sorting (e.g 01, 02, 03, 04, 05). -
Title and authors are set using YAML front matter in
thesis.md
. You can also write all your content in this file if that is your game. -
References can be added to
references.bib
and glossary items incontent/glossary.tex
. -
To render a beautiful PDF, you must run
make
in your terminal. It will generate athesis.pdf
if everything go as it should. -
If you need to customize some stuff, just edit the template in
templates/ntnu.tex
.