/Markdown-CMake-Pandoc

Template for your Markdown-written Thesis, compiled with Pandoc and CMake

Primary LanguageMakefile

Markdown with Pandoc and CMake

This project presents a basic thesis-template. You need Pandoc and CMake installed.

For easy setup use Homebrew or checkout my dotfiles-repository.

Thanks to @jeetsukumaran for his pandocology for enabling the use of Pandoc via CMake.

Usage

Clone this repo and its submodule:

git clone git@github.com:gismo141/Markdown-CMake-Pandoc
cd Markdown-CMake-Pandoc
git submodule update --init --recursive

Create the build-folder and call CMake:

mkdir build && cd build
cmake ..
make

If everything went well, you should have the resulting *.pdf in your build-folder. You can now manipulate all files and folders to your likings!