spatialaudio / nbsphinx

:ledger: Sphinx source parser for Jupyter notebooks
https://nbsphinx.readthedocs.io/
MIT License
449 stars 128 forks source link

DOC/LaTeX: use lualatex/fontspec for selecting fonts #711

Closed mgeier closed 1 year ago

mgeier commented 1 year ago

That's what I came up after reading the fontspec docs.

Is there anything that could be done better?

mgeier commented 1 year ago

I have disabled xindy because I got this error message:

------------
Run number 1 of rule 'makeindex nbsphinx.idx'
------------
------------
Running 'internal xindy   -o "nbsphinx.ind" "nbsphinx.idx"'
------------
Latexmk: calling xindy( -o "nbsphinx.ind" "nbsphinx.idx" )
*** - PROGN: variable LANG/GENERAL/LATIN9-LANG.XDY has no value

If somebody knows what this is all about, please let me know!