现在我想运行pdflatex。在texlive/bin/linux-i386/目录中有pdflatex文件。如果我使用dir命令,我可以看到文件是存在的。我试图在终端中调用/path/to/texlive/bin/linux-i386/pdflatex test.tex,但得到了错误.../pdflatex: File or directory not found。
打电话给pdflatex test.te
几天前,我想在我正在编辑的项目中添加一些内联LaTex (使用pdflatex),当我单击apply整个程序崩溃时。我试图回到Inkscape 1.0.2,看看是否可以使用它进行编辑,但它仍然崩溃。这是我得到的错误: File "pdflatex.py", line 83, in <module>
PdfLatex(share/inkscape/extensions/inkex/exten
不幸的是,我得到了一个错误,即使我可以从命令行调用它,也无法找到pdflatex。intercontinental/ddd.pdf /Users/Jon/dev/intercontinental/ddd.dddpandoc: pdflatexnot found. pdflatex is needed for pdf output.如果我在命令行中输入pdflatex -v,它会告诉我它已安装:
pdfTe
Please select a different --pdf-engine or install pdflatex\n'因此,我尝试另一个可能的解决方案,通过heroku run安装pdflatex。gofrendi@asgard:~/Projects/markdown-to-moodle-xml$ heroku run apt-get install pdfl