forked from ShevaXu/LatexThesis4SYSU
-
Notifications
You must be signed in to change notification settings - Fork 8
Ubuntu16.04
Gary edited this page Jul 13, 2018
·
7 revisions
- 给Ubuntu添加Windows字体
- Refer: 给Ubuntu添加Windows及Mac字体
# install.sh sudo mkdir /usr/share/fonts/winfonts/ # copy all fonts in zip file sudo cp *.ttf /usr/share/fonts/winfonts/ sudo cp *.ttc /usr/share/fonts/winfonts/ cd /usr/share/fonts/winfonts/ sudo mkfontscale sudo mkfontdir sudo fc-cache -fv
- 本人使用的字体:链接:https://pan.baidu.com/s/1SDFUVaoKAnC8qzCNbg3Ipg 密码:
3q26
-
TexStudio: texstudio-qt4_2.12.6-2_amd64.deb
-
xeLaTex
rendering
sudo apt-get install texlive-xetex