texlive2010安装小记
时间:2010-10-19 来源:bsdc
对于新手,使用2009以上的版本,中文方面已经都帮我们解决了,该装的都装了,如xeCJK,使用xelatex可以直接使用系统的truetype字体。
1.登录www.tug.org,到左侧software栏里选择tex live,点击进入texlive下载页面,选择里面的“ other methods”,然后选择一个镜像下载,比如我这里到北大下比较快,http://mirror.bjtu.edu.cn/CTAN/systems/texlive/Images/
2.下载一个iso,包括了全部的东西,在语言里选择你需要的,其余安装按默认的来。
3.安装完后设置一下Tex自带的字体路径,假设安装路径是/opt/texlive,
cd /opt/texlive/2010/texmf-var/fonts/conf
sudo cp texlive-fontconfig.conf /etc/fonts/conf.avail/05-texlive-fontconfig.conf
sudo ln -s /etc/fonts/conf.avail/05-texlive-fontconfig.conf /etc/fonts/conf.d/
sudo fc-cache -fsv
1.登录www.tug.org,到左侧software栏里选择tex live,点击进入texlive下载页面,选择里面的“ other methods”,然后选择一个镜像下载,比如我这里到北大下比较快,http://mirror.bjtu.edu.cn/CTAN/systems/texlive/Images/
2.下载一个iso,包括了全部的东西,在语言里选择你需要的,其余安装按默认的来。
3.安装完后设置一下Tex自带的字体路径,假设安装路径是/opt/texlive,
cd /opt/texlive/2010/texmf-var/fonts/conf
sudo cp texlive-fontconfig.conf /etc/fonts/conf.avail/05-texlive-fontconfig.conf
sudo ln -s /etc/fonts/conf.avail/05-texlive-fontconfig.conf /etc/fonts/conf.d/
sudo fc-cache -fsv
相关阅读 更多 +