-
Install
python3
,pip
andpipenv
on 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
xelatex
andtlmgr
installed on your system:
-
On Ubuntu and Debian you will need to install
xzdec
:sudo apt install texlive-xetex xzdec
-
Before installing the packages with
tlmgr
these instructions might been necessary:tlmgr init-usertree tlmgr option repository <url>
-
Use
tlmgr
to install all requiredtex
packages:sudo tlmgr install enumitem xifthen ifmtarg fontawesome sourcesanspro tcolorbox environ trimspaces lm-math
-
In order to use
fontawesome
package 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.