Skip to content

Commit

Permalink
add extra packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-24 committed Apr 22, 2024
1 parent 92f0fe0 commit c7bd0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/install_texlive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ function install_texlive {
$HOME/.texlive/bin/x86_64-linux/tlmgr update --self
$HOME/.texlive/bin/x86_64-linux/tlmgr install $EXTRA_PACKAGES

# Install tabu-fixed packages
mkdir -p $HOME/.texlive/texmf-local/tex/latex/tabu
wget -P $HOME/.texlive/texmf-local/tex/latex/tabu https://raw.githubusercontent.com/tabu-issues-for-future-maintainer/tabu/master/tabu.sty

# save list of extra packages
printf "$EXTRA_PACKAGES" > $EXTRA_PACKAGES_CACHE

Expand Down
2 changes: 2 additions & 0 deletions scripts/packages
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ xfor
xifthen
xpatch
xstring
tabularray
ninecolors

0 comments on commit c7bd0df

Please sign in to comment.