From c1a3dc4b378ed8cc1a112b1cff4cef5eae47c55d Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Fri, 1 Jun 2018 11:40:29 +0800 Subject: install.latex.ubuntu.sh: add librsvg, cleanup apt-gets --- install.latex.ubuntu.sh | 10 ++++------ 1 file 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 -- cgit v1.2.3