Change to Document Title Here
=============================

Building
--------

To build the PDF, just type `make`. Make already does incremental compilation,
i.e. it re-compiles only those targets whose sources changed. If you want to
watch for changes and automatically run `make` when something changes, use
[watchexec][]:

```
watchexec make
```

The `watchexec` tool honors `.gitignore`.

### Requirements

These requirements are all more or less optional or replaceable. If you want to
build the template PDF, you need these dependencies:

- [git][]
- [pandoc and pandoc-citeproc][pandoc]
- LaTeX, either through **texlive** or **MiKTeX**
- GNU **make**
- [graphviz][]
- R including the packages **data.table**, **tidyverse** and **svglite**
  `install.packages(c("data.table", "tidyverse", "svglite"), Ncpus = 8)`
- [watchexec][]
- [markdown-spellcheck][]

**Note:** On MS Windows, it might be helpful using [chocolatey][].


[chocolatey]: https://chocolatey.org/
[git]: https://git-scm.com/downloads
[graphviz]: https://graphviz.gitlab.io/download/
[markdown-spellcheck]: https://www.npmjs.com/package/markdown-spellcheck
[pandoc]: https://pandoc.org/installing.html
[watchexec]: https://github.com/watchexec/watchexec/releases