summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-06-01 11:40:29 +0800
committerIru Cai <mytbk920423@gmail.com>2018-06-01 11:54:05 +0800
commitc1a3dc4b378ed8cc1a112b1cff4cef5eae47c55d (patch)
tree63f97a0c200848d8f7c6f655b4f3aafbb4cd872b
parentdc455033fb4e3b501d5607afde8033e02ac8f176 (diff)
downloadfsfs-zh-c1a3dc4b378ed8cc1a112b1cff4cef5eae47c55d.tar.xz
install.latex.ubuntu.sh: add librsvg, cleanup apt-gets
-rwxr-xr-xinstall.latex.ubuntu.sh10
1 files changed, 4 insertions, 6 deletions
diff --git a/install.latex.ubuntu.sh b/install.latex.ubuntu.sh
index 587a2b2..b70dc19 100755
--- a/install.latex.ubuntu.sh
+++ b/install.latex.ubuntu.sh
@@ -1,7 +1,5 @@
-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 texlive-fonts-recommended
-sudo apt-get -y install latex-cjk-chinese fonts-liberation ttf-liberation latex-cjk-chinese
-sudo apt-get -y install fonts-noto-cjk
+sudo apt-get -y install texlive-xetex texlive-latex-recommended \
+ texlive-latex-extra texlive-lang-cjk texlive-fonts-recommended \
+ latex-cjk-chinese fonts-liberation latex-cjk-chinese fonts-noto-cjk \
+ librsvg2-bin
sudo fc-cache