當我跑步時
pandoc markdown.md --template=my-template.tex --latex-engine=lualatex -o test.pdf
我收到以下錯誤訊息:
pandoc: lualatex not found. lualatex is needed for pdf output.
幾週前我運行了這個命令,但它不再有效。
答案1
如果您使用的是舊版 MacTeX 安裝,請確保/usr/texbin
包含在您的PATH
環境變數中。否則,請使用/Library/TeX/bin
.