From 71e767785a1b191fae32de301ed40167583fac29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Sat, 10 Oct 2020 17:17:22 +0000 Subject: [PATCH] texlive-full line added as comment --- docker/emacs/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/emacs/Dockerfile b/docker/emacs/Dockerfile index 37a22c6..505ea9c 100644 --- a/docker/emacs/Dockerfile +++ b/docker/emacs/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update \ # installing texlive base with pdflatex utility: RUN apt-get update \ && apt-get -y install \ +# texlive-full # if you want full latex delete the first hash symbol (comment) and comment the lines 16 to 20 texlive-latex-base \ texlive-latex-extra \ texlive-pictures \