hanse / markdown-latex-ntnu

A starting point for writing reports in Markdown that compile to LaTeX via Pandoc. (For NTNU)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

markdown-latex-ntnu

A starting point for writing reports in Markdown that compiles to LaTeX.

Prerequisites

Writing

  • 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 in content/glossary.tex.

  • To render a beautiful PDF, you must run make in your terminal. It will generate a thesis.pdf if everything go as it should.

  • If you need to customize some stuff, just edit the template in templates/ntnu.tex.

About

A starting point for writing reports in Markdown that compile to LaTeX via Pandoc. (For NTNU)


Languages

Language:TeX 92.7%Language:Makefile 7.3%