From e022f383cee2253f099892a71f5139080b9e8251 Mon Sep 17 00:00:00 2001 From: Kim Laberinto Date: Thu, 27 Jun 2019 16:38:30 -0700 Subject: [PATCH] Install texlive-xetex --- Dockerfile_musr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile_musr b/Dockerfile_musr index 1a93c2a..e789c2d 100644 --- a/Dockerfile_musr +++ b/Dockerfile_musr @@ -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/jupyterlab-manager@0.38 -# 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