From 1cf2b20d060c28df2ca9b23b281c640f11d6d295 Mon Sep 17 00:00:00 2001 From: Alexander Pace <alexander.pace@ligo.org> Date: Sun, 4 Nov 2018 19:03:10 -0600 Subject: [PATCH] Update .gitlab-ci.yml: more texlive packages --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dbcf17493b..8ab9355650 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -299,7 +299,7 @@ pages: # since they don't need to be part of the dev container for running, only # for building documentation. This shaves ~600MB off the size of the gstlal-dev # container: - - yum -y install texlive-base texlive-dvipng texlive-ucs + - yum -y install texlive-base texlive-dvipng texlive-ucs texlive-scheme-full texlive-amsmath - yum -y install texlive-latex texlive-latex-base-doc texlive-latex-fonts texlive-latex-bin texlive-latex-bin-bin - yum -y install texlive-pictures texlive-pstricks texlive-pstricks-doc texlive-collection-xetex -- GitLab