Skip to content

typesAreSpaces/QuickPandoc

Repository files navigation

QuickPandoc

This tool automatically generates a minimal setup to quickly start working on a Pandoc project.

Requirements

  • rubber
  • inotify-tools

Build instructions

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.

Worflow

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published