我是使用 Linux 系统的新手。
我被分配了使用 LaTeX 编写文档并将文件转换为 pdf 文件以提交的作业。所以我尝试使用我的 CentOS 来做到这一点。我的Linux系统版本是RedHat。我在网上查找了将 .tex 文件转换为 .pdf 的方法,它告诉我要安装 texlive。所以我这样做了。
[csi2102@localhost]$ yum install -y texlive
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
* base: data.nicehosting.co.kr
* extras: data.nicehosting.co.kr
* updates: data.nicehosting.co.kr
Setting up Install Process
Package texlive-2007-57.e.16_2.i686 already installed and latest version
Nothing to do
Run Code Online (Sandbox Code Playgroud)
因此,我寻找解决此问题的方法以及建议使用rpm -qa | grep tex
命令的网站之一。但我无处可找到 pdflatex 文件。
[csi2102@localhost]$ rpm -qa | grep tex
texlive-texmf-errata-dvips-2007.7.1.e16.noarch
texlive-2007.57.e16_2.i686
texlive-texmf-errata-fonts-2007.7.1e16.noarch
texlive-texmf-2007-38.e16.noarch
texlive-texmf-fonts-2007-38.e16.noarch
texlive-texmf-errata-2007-7.1.e16.noarch
texlive-texmf-dvips-2007-38.e16.noarch
[csi2102@localhost]$
Run Code Online (Sandbox Code Playgroud)
这是我输入命令时看到的。
当我尝试使用 pdflatex、latex 或 …