我在Ubuntu上安装了我的闪亮服务器。此外,我还在服务器上安装了Texlive-full 2017。问题是从服务器上的闪亮应用程序下载报告不起作用(在我的本地计算机上工作!!!)错误是:
pandoc: pdflatex not found. pdflatex is needed for pdf output.
Warning: Error in : pandoc document conversion failed with error 41
我也按照this步骤创建了符号链接,但没有任何改变!
我的pdflatex就在这条道路上:
/usr/local/texlive/2017/bin/x86_64-linux
所以我创建了象征性的linke,如:
ln -s /usr/local/texlive/2017/bin/x86_64-linux /usr/texbin
我已将usr/texbin
添加到路径中。
任何人都可以告诉我这里缺少什么吗?!!
答案 0 :(得分:2)
sudo apt install texlive-latex-base
似乎安装了pdflatex
。