[latex3-commits] [l3svn] 03/08: Combine tlmgr installations: unicode-math

noreply at latex-project.org noreply at latex-project.org
Sat Oct 3 00:01:09 CEST 2015


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

joseph pushed a commit to branch master
in repository l3svn.

commit a98e81d5cc28babb14cc3371663e3bee729c98c3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 2 21:59:45 2015 +0100

    Combine tlmgr installations: unicode-math
---
 texlive.sh |   31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/texlive.sh b/texlive.sh
index 1011390..5b0c3f4 100644
--- a/texlive.sh
+++ b/texlive.sh
@@ -45,25 +45,28 @@ tlmgr install courier psnfss times tools url
 
 # Dependencies
 tlmgr install \
-  amsmath    \
-  ec         \
-  euenc      \
-  lm         \
-  luatexbase \
-  luaotfload \
-  oberdiek   \
-  pdftex-def \
-  xetex-def  \
+  amsmath       \
+  ec            \
+  etoolbox      \
+  euenc         \
+  filehook      \
+  lm            \
+  lm-math       \
+  lualatex-math \
+  luatexbase    \
+  luaotfload    \
+  oberdiek      \
+  pdftex-def    \
+  ucharcat      \
+  xetex-def     \
   xunicode
 
 # Contrib packages for testing: force no deps
 tlmgr install --no-depends \
-  fontspec \
-  siunitx
+  fontspec    \
+  siunitx     \
+  unicode-math
 
-# - unicode-math
-tlmgr install etoolbox filehook lm-math lualatex-math ucharcat
-tlmgr install --no-depends unicode-math
 # - ctex
 tlmgr install adobemapping cjkpunct environ lualibs luatexja ms
 tlmgr install trimspaces ulem xecjk xkeyval zhmetrics zhnumber

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


More information about the latex3-commits mailing list