-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathinit.sh
More file actions
executable file
·15 lines (13 loc) · 812 Bytes
/
init.sh
File metadata and controls
executable file
·15 lines (13 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# install texlive and biber
sudo apt update
sudo apt install -y texlive-latex-base latex-cjk-all texlive-latex-extra texmaker texlive-xetex texlive-publishers texlive-bibtex-extra biber
# install ms fonts
# echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections && sudo apt install -y ttf-mscorefonts-installer
# download nkthesis fonts
sudo wget --directory-prefix /usr/share/fonts/opentype/nkthesis/ \
https://github.com/dolbydu/font/raw/master/Serif/Times%20New%20Roman/Times.ttf \
https://github.com/dolbydu/font/raw/master/unicode/FangSong.ttf \
https://github.com/dolbydu/font/raw/master/unicode/SimHei.ttf \
https://github.com/dolbydu/font/raw/master/unicode/SimSun.ttc \
https://github.com/dolbydu/font/raw/master/unicode/Kaiti.ttf \
-nv