码迷,mamicode.com
首页 > 其他好文 > 详细

Centos6使用latex

时间:2015-05-04 12:03:12      阅读:124      评论:0      收藏:0      [点我收藏+]

标签:centos   latex   

首先安装latex:

# yum install tetex

然后就可以使用了,参考http://stackoverflow.com/questions/1017055/get-started-with-latex-on-linux

我安装之后没有xdvi,只有一个xdvipdfvm,这个可以生成pdf,直接使用pdflatex也可已生成pdf。


之后,安装个editor更方便。可以安装emacs。我比较喜欢texstudio这个专门的ide,安装参考:

http://linuxg.net/how-to-install-texstudio-2-9-4-on-ubuntu-debian-fedora-centos-and-opensuse-and-derivative-systems/


# wget http://download.opensuse.org/repositories/home:/jsundermeyer/CentOS_CentOS-6/home:jsundermeyer.repo -O /etc/yum.repos.d/home:jsundermeyer.repo

# yum install texstudio


然后在application->office里面就可以找到texstudio了。

Centos6使用latex

标签:centos   latex   

原文地址:http://blog.csdn.net/bhq2010/article/details/45477205

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!