-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
sudo apt-get -y install texlive-xetex | ||
sudo apt-get -y install texlive-latex-recommended # main packages | ||
sudo apt-get -y install texlive-latex-extra texlive-lang-cjk # package titlesec and ctex | ||
sudo apt-get -y install ttf-wqy-microhei ttf-wqy-zenhei # from WenQuanYi | ||
sudo apt-get -y install texlive-fonts-recommended | ||
sudo apt-get -y install latex-cjk-all fonts-liberation ttf-liberation latex-cjk-chinese | ||
sudo apt-get -y install fonts-arphic-gkai00mp fonts-arphic-ukai latex-cjk-chinese-arphic-gkai00mp #install Kaiti font | ||
sudo apt-get -y install fonts-arphic-gbsn00lp latex-cjk-chinese-arphic-gbsn00lp fonts-noto-cjk | ||
sudo apt-get -y install latex-cjk-chinese fonts-liberation ttf-liberation latex-cjk-chinese | ||
sudo apt-get -y install fonts-noto-cjk | ||
sudo fc-cache |