ubuntu下安装latex很方便,我使用的是Texlive + TexStudio
1、安装TexLive
sudo apt-get install texlive-full
sudo apt-get install texlive-publishers
2、安装TexStudio
之前试过几个latex的文本编辑器,有人推荐vim,不过自己不太习惯。这里用的是TexStudio,代码高亮,自动补全,感觉还算不错。
sudo apt-get install texstudio
后来在使用ieee模板的过程中与到了一个问题,编译会报错
IEEEtran.cls not found
问题出现是由于文件丢失造成的,这里介绍一个解决方法
sudo apt-get install texlive-fonts-recommended
链接:
fonts Problem finding metafonts at compilation
How to setup the local texmf for latex
最后附上IEEE的模板下载链接
IEEEtran – Document class for IEEE Transactions journals and conferences