This is a sample how to use vgonisanz fork from cmake-pandocology
All md document in markdown format in doc folders. All images are in img folder. For each project.
If you change images or templates, maybe need to reconfigure from cmake
- Clone this repository with cmake-pandocology:
git clone --recursive git@github.com:vgonisanz/cmake-pandocology-sample.git
- Create build folder:
cd cmake-pandocology-sample/ && mkdir build && cd build
- Generate makefiles:
cmake ..
- Compile:
make
- pandoc
- texlive
Fedora complete installation (Alternatively only install texlive needed): sudo dnf install pandoc.x86_64 texlive-scheme-full
- Configure project with cmake
- make in build path
- Copy templates/src to src folder
- Rename folder with document name
- Add/Edit CMakeLists to add new folder
- Configure project with cmake
- make in build path
Use as submodule cmake-pandocology fork.