Skip to content

Commit

Permalink
Install texlive-xetex
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlaberinto authored Jun 27, 2019
1 parent d86e087 commit e022f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_musr
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ RUN apt-get install -y nodejs
#https://ipywidgets.readthedocs.io/en/stable/user_install.html#installing-the-jupyterlab-extension
RUN jupyter labextension install @jupyter-widgets/[email protected]

# Install pandoc for Jupyter Notebook Conversion
# Install pandoc and XeTeX for Jupyter Notebook Export
# https://nbconvert.readthedocs.io/en/latest/install.html#installing-pandoc
RUN apt-get install -y pandoc
RUN apt-get install -y pandoc && apt-get install -y texlive-xetex

0 comments on commit e022f38

Please sign in to comment.