【发布时间】:2018-03-31 13:08:48
【问题描述】:
我已经在 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 添加到路径中。
谁能告诉我我在这里缺少什么?!!
【问题讨论】:
-
安装
texlive-latex-base就足够了。which pdflatex的输出是什么?pdflatex二进制文件是否在/usr/texbin中?
标签: ubuntu shiny pandoc shiny-server pdflatex