Make sure the OCaml version is 4.13.1
sudo apt install opam --compiler=4.13.1
opam init
In this project, we use a customized version of ott.
To install it using opam
, run the following from the checkout directory:
git clone https://github.com/demarkok/ott.git patched-ott
opam pin add ott patched-ott
opam upgrade -w ott
eval $(opam env)
sudo apt install texlive-full
We use rubber v. 1.6.0
to compile LaTeX.
pip3 install latex-rubber