Skip to content

Commit

Permalink
changed latex installation 'doc.yml'
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Apr 11, 2024
1 parent fff35e7 commit 66a1e2c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,14 @@ jobs:
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
tar -xzf install-tl-unx.tar.gz --strip-components=1 -C $HOME/.local/texlive
cd $HOME/.local/texlive
./install-tl --profile=texlive.profile
expect -c '
spawn ./install-tl
expect "Choose the directory for installation"
send "D\n"
expect "Enter command:"
send "I\n"
expect eof
'
export PATH="$HOME/.local/texlive/bin/x86_64-linux:$PATH"
tlmgr install collection-latexrecommended
Expand Down

0 comments on commit 66a1e2c

Please sign in to comment.