未找到 pdflatex。pdf 输出需要 pdflatex

未找到 pdflatex。pdf 输出需要 pdflatex

我在 Ubuntu 上安装了 Shiny 服务器。此外,我还在服务器上安装了 Texlive-full 2017。问题是无法从服务器上的 Shiny 应用程序下载报告(在我的本地计算机上可以正常工作 !!!)错误是:

pandoc: pdflatex not found. pdflatex is needed for pdf output.
Warning: Error in : pandoc document conversion failed with error 41

我跟着步骤也创建了符号链接,但什么都没有改变!

我的 pdflatex 在这条路径中:

/usr/local/texlive/2017/bin/x86_64-linux 

所以我创建了如下符号链接:

ln -s /usr/local/texlive/2017/bin/x86_64-linux  /usr/texbin

并且我已将其添加/usr/texbin到路径中。有人能告诉我这里缺少什么吗?!

相关内容