This tool automatically generates a minimal setup to quickly start working on a Pandoc project.
- rubber
- inotify-tools
git clone https://github.com/typesAreSpaces/QuickPandoc.git
cd QuickPandoc
make
The binary quickpandoc
will appear inside the bin folder
generated by the previous commands.
Execute quickpandoc <project-name>
. The latter will generate
a directory named <project-name>
including a main.tex
file, a figure folder, a Makefile containing rules to compile
the tex file main and editable tex files.
Execute make
to compile the main.tex file.
Execute make watch
to call a infinity while loop that
constanly updates the output whenever a change is produced
in any of the tex files in the project.