-
Install
python3,pipandpipenvon your system:sudo apt install python3 python3-pip pip install pipenv
-
Create a virtual environment with
pipenv, this will install all python dependencies:pipenv install
- You will need
xelatexandtlmgrinstalled on your system:
-
On Ubuntu and Debian you will need to install
xzdec:sudo apt install texlive-xetex xzdec
-
Before installing the packages with
tlmgrthese instructions might been necessary:tlmgr init-usertree tlmgr option repository <url>
-
Use
tlmgrto install all requiredtexpackages:sudo tlmgr install enumitem xifthen ifmtarg fontawesome sourcesanspro tcolorbox environ trimspaces lm-math
-
In order to use
fontawesomepackage you must have the homonym font installed on your system, you can download it here (it's important to download version4.7.0);wget "https://fontawesome.com/v4.7.0/assets/font-awesome-4.7.0.zip" unzip -j "font-awesome-4.7.0.zip" "font-awesome-4.7.0/fonts/*" -d ~/.fonts fc-cache -f -v
Simply run make all to generate the curriculum in tex and pdf format.