switch to xelatex for building latexpdf as it supports more unicode

This commit is contained in:
pacrob
2024-04-24 12:21:39 -06:00
committed by Paul Robinson
parent 2a68b314f1
commit 04cce0c925
3 changed files with 3 additions and 4 deletions

View File

@ -101,7 +101,7 @@ docs: &docs
name: install latexpdf dependencies
command: |
sudo apt-get update
sudo apt-get install latexmk tex-gyre texlive-fonts-extra
sudo apt-get install latexmk tex-gyre texlive-fonts-extra texlive-xetex xindy
- run:
name: run tox
command: python -m tox run -r