标签:nts 终端 挂载点 sha har 安装 pdf ubuntu dia
1.下载texlive
打开终端输入:sudo apt-get install texlive-full #下载这一过程会持续10-20分钟
2.接下来的按照如下网址安装即可:
http://linux-wiki.cn/wiki/zh-hans/LaTeX%E4%B8%AD%E6%96%87%E6%8E%92%E7%89%88%EF%BC%88%E4%BD%BF%E7%94%A8XeTeX%EF%BC%89
注意语句:
sudo cp /media/Win系统盘挂载点/Windows/Fonts/{SIM,sim}* /usr/share/fonts/win/
这个语句就是说:把windons里面的/Windows/Fonts目录下的那些SIM及sim开头的字体文件拷到/usr/share/fonts/win/即可.
3.测试
写个测试文件: vi helloworld.tex
编译该文件:xelatex helloworld.tex #编译之后会在当前文件夹生成PDF文件 helloworld.pdf
查看该文件:evince helloworld.pdf #当然也可以双击该PDF文件,打开该文件
标签:nts 终端 挂载点 sha har 安装 pdf ubuntu dia
原文地址:http://www.cnblogs.com/kuangsyx/p/7269019.html