Skip to content

Commit

Permalink
update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
tonghuix committed Oct 16, 2016
1 parent b94227c commit b9678e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dist: trusty
before_script:
- uname -a
- lsb_release -a
- sudo add-apt-repository -y ppa:jonathonf/texlive-2016
- sudo apt-get update
- "./install.latex.ubuntu.sh"
- "./install.fandolsong.sh"
Expand All @@ -18,6 +19,7 @@ script:
- make epub

after_script:
- make clean
- echo "===================================================================="
- ls -lah fsfs-zh.*

Expand Down
6 changes: 2 additions & 4 deletions install.latex.ubuntu.sh
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

0 comments on commit b9678e3

Please sign in to comment.