当我跑步时
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
。