TL;DR : please read the QUICKSTART first :)
The workshops are written in markdown and compiled in various formats with pandoc. The entire compilation tool chain is based on a long and strict list of dependencies ( debian, latex, pandoc, etc. ). All version numbers are set in stone.
We will only support compilation bugs on this exact tool chain. You can probably make it work on Fedora or Arch Linux but you'll be in uncharted territory.
If you want to keep it simple, you can use our pandoc docker image and read the QUICKSTART
Install a Debian Jessie environment.
URL=https://github.com/jgm/pandoc/releases/download/1.19.2.1/pandoc-1.19.2.1-1-amd64.deb
wget -O pandoc.deb $URL
sudo dpkg --install pandoc.deb
WARNING: This is huge.
apt-get install texlive texlive-xetex
make all