[latex3-commits] [git/LaTeX3-latex3-latex3] master: Add packages to support doc target in testing (a2e6025)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Feb 27 23:24:37 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/a2e6025154ade9b096c2927393611cd763425d65
>---------------------------------------------------------------
commit a2e6025154ade9b096c2927393611cd763425d65
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Feb 27 22:22:40 2019 +0000
Add packages to support doc target in testing
>---------------------------------------------------------------
a2e6025154ade9b096c2927393611cd763425d65
support/texlive.sh | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/support/texlive.sh b/support/texlive.sh
index e5aebbe..55610f2 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
More information about the latex3-commits
mailing list