Skip to content

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

Notifications You must be signed in to change notification settings

gismo141/Markdown-CMake-Pandoc

Repository files navigation

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 [email protected]: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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published