1. 緒言
!!!
!!!!
!!!!
!!!!
!!!!
!!!!
!!!!
!!!!
!!!!
!!!!
!!!!
!!!!
!!./thesis-uestc.cls:58: fontspec error: "font-not-found"
!! the font "simhei" cannot be found.
!! see the fontspec documentation for further information.
!! for immediate help
type h .!..
....
....
....
....
....
....
....
....
....
....
.....
l.58 \newfontfamily
2. 解決字型缺失問題
① 檢視ubuntu系統是否有缺失字型
simhei.ttf
,發現確實沒有。
③ 完成字型的安裝
$ sudo
mkdir /usr/share/fonts/winfonts
$ sudo
chmod -r 0777 /usr/share/fonts/winfonts
$ sudo
cp -rf simhei.ttf /usr/share/fonts/winfonts
$ sudo mkfontscale
$ sudo mkfontdir
$ sudo fc-cache -fsv
Ubuntu下的LibTorrent庫編譯
在boost 1 75 0目錄下執行下列命令完成boost安裝 bootstrap.sh b2 b2 install prefix usr locallibtorrent原始碼準備完成後,首先進行依賴包的安裝 sudo apt install libboost tools dev libboost ...
ubuntu下latex安裝(含中文環境)
參考 三個關鍵命令 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...
Ubuntu下Latex的安裝和配置
中文環境的配置 編輯器的安裝和配置 linux 系統下原版 tex live 2016 的安裝與配置 linux 發行版下原版 tex live 2015 的安裝 剛裝好tex live 2015怎麼輸出中文啊 documentclass utf8 begin 中文文件類測試。你需要將所有原始檔儲存...