这个 pandoc 错误是什么

这个 pandoc 错误是什么

尝试将 html 文件转换为 PDF 文件

$ pandoc *.html -s -o Book.pdf

它返回了这个:

warning: kpathsea: configuration file texmf.cnf not found in these directories:

pdflatext 来自 Arch repos

$ sudo pacman -Qo pdflatex
/usr/bin/pdflatex is owned by texlive-bin 2021.58686-3

$ sudo pacman -S texlive-bin
warning: texlive-bin-2021.58686-3 is up to date 

但错误是在哪一个,它没有被识别

$ sudo pacman -Qo texmf.cnf kpathsea
error: No package owns texmf.cnf
error: No package owns kpathsea

如何修复正确的设置配置以使其正常工作

答案1

您可能需要texlive-core在系统中安装

$ pacman -F texmf.cnf

extra/texlive-core 2021.58710-2 (texlive-most) [installed]
    etc/texmf/web2c/texmf.cnf
    usr/share/texmf-dist/web2c/texmf.cnf

相关内容