有关在CentOS的RedHat上使用pdflatex的问题
我是使用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 因此,我寻找了解决此问题的方法,并建议其中一个使用rpm -qa | grep tex命令的网站。但是我在哪里找不到pdflatex文件。 [csi2102@localhost]$ rpm -qa | grep …