Skip to content

Commit

Permalink
Explicitly install texlive in install_jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Oct 19, 2023
1 parent 0645caf commit e26f529
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/install_jupyter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ install2.r --error --skipmissing --skipinstalled -n "$NCPUS" remotes
R --quiet -e 'remotes::install_github("IRkernel/IRkernel@*release")'
R --quiet -e 'IRkernel::installspec(user = FALSE)'

## Install texlive
/rocker_scripts/install_texlive.sh
# Install tex packages needed for Jupyter's nbconvert to work correctly & convert to PDF
# Sourced from https://github.com/jupyter/nbconvert/issues/1328
tlmgr install adjustbox caption collectbox enumitem environ eurosym etoolbox jknapltx parskip \
Expand Down

0 comments on commit e26f529

Please sign in to comment.