我已经在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 因此,我创建了符号链接,如下所示:
ln -s /usr/local/texlive/2017/bin/x86_64-linux /usr/texbin并且我已经将usr/texbin添加到路径中。谁能告诉我我这里错过了什么?!!
发布于 2018-04-20 06:12:47
sudo apt install texlive-latex-base似乎安装了pdflatex。
https://stackoverflow.com/questions/46830847
复制相似问题