From a2e6025154ade9b096c2927393611cd763425d65 Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Wed, 27 Feb 2019 22:22:40 +0000 Subject: [PATCH] Add packages to support doc target in testing --- support/texlive.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/support/texlive.sh b/support/texlive.sh index e5aebbeb04..55610f2925 100644 --- a/support/texlive.sh +++ b/support/texlive.sh @@ -94,6 +94,21 @@ tlmgr install \ zhmetrics \ zhnumber +# For the doc target +tlmgr install \ + booktabs \ + colortbl \ + csquotes \ + enumitem \ + fancyvrb \ + hyperref \ + makeindex \ + psnfss \ + symbol \ + underscore \ + url \ + zapfding + # Keep no backups (not required, simply makes cache bigger) tlmgr option -- autobackup 0