Dotfiles to create Pandoc project templates and makefile
For PDF:
- [pandoc](https://github.com/jgm/pandoc)
- [pandoc-crossref](https://github.com/lierdakil/pandoc-crossref)
For CODEV:
- Unreleased library CODEV-TOOLS
For Python:
- [conda](https://github.com/conda/conda)
Some python packages are required for the scripts, but these requirements are handled with pip.
Clone and install with
foo@bar:pandotfiles$ pip install .
ou
foo@bar:pandotfiles$ pip install git+https://github.com/GuillaumeAllain/pandotfiles.git
Intended use is with the high level template script "pandot". Initialize and new (or existing) project with:
foo@bar: pandot init pdf+tikz+python -o Makefile
The script will create all necessary makefiles and directories to compile all the different sources required by the document.
A docker image is also available at guillaumeallain/pandotfiles
- add .gitignore to pandot project templates.
- Add ReactJS support