[latex3-commits] [LaTeX2e] branch master updated: amsmath tests need fontspec

noreply at latex-project.org noreply at latex-project.org
Thu Nov 2 20:00:13 CET 2017


This is an automated email from the git hooks/post-receive script.

unknown user pushed a commit to branch master
in repository LaTeX2e.

The following commit(s) were added to refs/heads/master by this push:
       new  94d51ab   amsmath tests need fontspec
94d51ab is described below

commit 94d51ab544a581193a1f2ba21a0b7c01422dcb9a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Nov 2 18:45:36 2017 +0000

    amsmath tests need fontspec
    
    Hopefully this will cover the deps: they are not all listed in the TL
    database so it's somewhat 'fun'.
---
 support/texlive.sh |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/support/texlive.sh b/support/texlive.sh
index 2729700..226a220 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -34,10 +34,13 @@ tlmgr install cm etex knuth-lib latex-bin tex tex-ini-files unicode-data \
 # warnings with some packages and errors with others
 tlmgr install metafont mfware
 
-# Other contrib packages: done as a block to avoid multiple calls to tlmgr
+# Contrib packages: done as a block to avoid multiple calls to tlmgr
 tlmgr install   \
   amsfonts      \
-  ec
+  ec            \
+  fontspec      \
+  lualibs       \
+  luaotfload
 
 # Keep no backups (not required, simply makes cache bigger)
 tlmgr option -- autobackup 0

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list