1. Download texlive2008
2. Install it by
- $ sudo mount -o loop ~/texlive2008.iso /mnt
-
$ cd /mnt
-
$ sudo ./install_tl
3. Add it to PATH by adding follows to ~/.profile:
export PATH=/usr/local/texlive/2008/bin/i386-linux/bin:$PATH
4. Update first:
$ fmtutil --all
5. Install Chinese fonts for texlive:
$ mv .texlive2008 .texlive2008_save
$ tar -jxvf YuWang-zhfonts-final_1.0.1.tar.bz2
$ mv .texlive2007 .texlive2008
6. Update second:
$fmtutil --all
That's all!
Good luck!
阅读(657) | 评论(0) | 转发(0) |