mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
azure: texlive-full
Former-commit-id: e2e9c0236819e5238d17f68db2c16c0b48dd88e0
This commit is contained in:
parent
bebc43387b
commit
b69c60e0f4
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ jobs:
|
|||
ghc-pkg list
|
||||
pwd
|
||||
sudo apt-get update
|
||||
sudo apt-get install latex dvisvgm texlive-latex-base texlive-latex-extra texlive-math-extra texlive-lang-chinese -y
|
||||
sudo apt-get install xelatex -y
|
||||
sudo apt-get install texlive-full texlive-binaries texlive-latex-base texlive-latex-extra texlive-math-extra texlive-lang-chinese -y
|
||||
mkdir -p ~/.local/bin
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
|
||||
|
|
|
|||
Loading…
Reference in a new issue