mpark / wg21

Framework for Writing C++ Committee Papers
Boost Software License 1.0
122 stars 43 forks source link

texlive-xetex #98

Open sdarwin opened 4 weeks ago

sdarwin commented 4 weeks ago

See https://github.com/mpark/wg21/issues/93

first run of this on a new system yields:
xelatex not found. Please select a different --pdf-engine or install xelatex
apt installing texlive-xetex on my ubuntu system fixed it

On Ubuntu, this command:

apt-get install -y texlive-xetex

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.

sdarwin commented 4 weeks 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