After cloning the project and running `make all` I am getting the following error: ``` [18/19, 00:06/00:06] install: xunicode [26k] [19/19, 00:06/00:06] install: xurl [2k] tlmgr: action install returned an error; continuing. running mktexlsr ... done running mktexlsr. running updmap-sys ... done running updmap-sys. tlmgr: package log updated: /opt/texlive/texmf-var/web2c/tlmgr.log tlmgr: An error has occurred. See above messages. Exiting. make: *** [pandoc-packages] Error 1 make: *** [Makefile:20: all] Error 2 ``` I noticed that by removing `ifxetex` and `ifluatex` from the pandoc-packages in Makefile_Latex fixes it.