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.
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!