Open sdarwin opened 2 months ago
On Ubuntu, how about instead of
sudo apt-get install texlive-latex-base # Only for PDF papers
It says something like:
# A list of recommended packages:
sudo apt-get install -y git curl python3-pip python3-venv texlive-latex-extra texlive-xetex
python3-venv
and texlive-xetex
seem to be required. git
and curl
are needed when running in a docker container, which might not have those packages pre-installed. apt-get
won't re-install them, so it doesn't hurt anything.
See https://github.com/mpark/wg21/issues/93
On Ubuntu, this command:
is not mentioned in the README.
It should be included in the docs.
If I encounter any other steps today I'll add them to this issue also.