Контекст: записные книжки на Jupyter Litlest Hub
Когда я хочу скачать как 'pdf через LaTeX' , я получаю следующую ошибку ...
nbconvert failed: PDF creating failed, captured latex output:
Failed to run "['xelatex', './notebook.tex', '-quiet']" command:
This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017/Debian) (preloaded format=xelatex)
restricted \write18 enabled. kpathsea: Running mktexfmt xelatex.fmt
Can't locate mktexlsr.pl in @INC (@INC contains: /opt/tljh/user/share/tlpkg /opt/tljh/user/share/texmf-dist/scripts/texlive /opt/tljh/user/lib/site_perl/5.26.2/x86_64-linux-thread-multi /opt/tljh/user/lib/site_perl/5.26.2 /opt/tljh/user/lib/5.26.2/x86_64-linux-thread-multi /opt/tljh/user/lib/5.26.2 .) at /opt/tljh/user/bin/mktexfmt line 23.
BEGIN failed--compilation aborted at /opt/tljh/user/bin/mktexfmt line 25.
I can't find the format file `xelatex.fmt'!
Для устранения пропущенных элементов я попытался sudo -E fmtutil-sys --all
К сожалению, затем я получаю следующее сообщение в терминале.
Can't locate mktexlsr.pl in @INC (@INC contains: /opt/tljh/user/share/tlpkg/opt/tljh/user/share/texmf-dist/scripts/texlive /opt/tljh/user/lib/site_perl/5.26.2/x86_64-linux-thread-multi /opt/tljh/user/lib/site_perl/5.26.2 /opt/tljh/user/lib/5.26.2/x86_64-linux-thread-multi /opt/tljh/user/lib/5.26.2 .) at /opt/tljh/user/bin/fmtutil line 23.
BEGIN failed--compilation aborted at /opt/tljh/user/bin/fmtutil line 25.
Кроме того, попытался sudo apt-get upgrade texlive
, и затем я получил сообщение, что были некоторые проблемы, но я не знаю, как решить эту проблему.
Errors were encountered while processing:
texlive-base
texlive-fonts-recommended
texlive-plain-generic
texlive
texlive-generic-recommended
texlive-xetex
texlive-latex-base
texlive-latex-recommended
texlive-latex-extra
texlive-pictures
tipa
cm-super
cm-super-minimal
Кто-нибудь сталкивался с этими указанными c ошибками?
Кто-нибудь использует Jupyter Litlest Hub, в результате чего работает загрузка pdf через LaTeX '? Если да, какие пакеты были установлены?