参考:
http://www.360doc.com/content/12/0510/09/419911_209897759.shtml
http://jingyan.baidu.com/article/7c6fb4280b024180642c90e4.html
使用apt-get 从网络上直接下载包来安装,具体步骤如下:
三个关键命令:
apt-cache search
apt-cache show
sudo apt-get install
1)安装basic latex packages
apt-cache search latex
sudo apt-get install texlive-latex-base
2)安装中文环境CJK包
apt-cache search cjk
sudo apt-get install latex-cjk-all
3)补充安装.sty文件
apt-cache search lastpage
sudo apt-get install texlive-latex-extra
4)安装图形化界面的编辑器texmaker
sudo apt-get install texmaker
5)
sudo apt-get install texlive-publishers
apt-cache show texlive-publishers #查看它所支持的CTAN包的信息
6)在终端输入texmaker,就可打开latex编辑器。