我知道这是一个很简单的问题。我以前从未使用过Linux,我也不知道该怎么做。
我正在我的Kubuntu机器上安装一个可移植的texlive。现在我想运行pdflatex。在texlive/bin/linux-i386/目录中有pdflatex文件。如果我使用dir命令,我可以看到文件是存在的。
我试图在终端中调用/path/to/texlive/bin/linux-i386/pdflatex test.tex,但得到了错误.../pdflatex: File or directory not found。
打电话给pdflatex test.tex我得到了This application is not installed. You can install it...
同时,使用sudo pdflatex也不起作用。
我该怎么开始呢?谢谢你的帮助。
注意:安装必须是可移植的。没有办法使用不可移植的版本。
发布于 2018-04-13 10:31:57
好吧,我找到解决办法了。这只是关于我和我对Linux,LaTex和搜索错误的谷歌的知识。很抱歉问你这个问题。
我将路径path/to/texlive/bin/x86_64-linux/pdflatex. path/to/texlive/bin/linux-i386/pdflatex更改为现在一切都很好。
谢谢你的帮助。
https://askubuntu.com/questions/1024614
复制相似问题