[latex3-commits] [l3svn] 02/03: Add chemformula and deps to TL script

noreply at latex-project.org noreply at latex-project.org
Sun Oct 4 13:01:22 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 09c615c8d4fad35cdd89ed61c64fa39b7f24b31c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Oct 4 11:57:06 2015 +0100

    Add chemformula and deps to TL script
    
    This omits KOMA-Script, which is bundled with its docs/sources
    by TL so is a bit big. Loading can be avoided in a test file.
---
 support/texlive.sh |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/support/texlive.sh b/support/texlive.sh
index 9e823a8..d35b2e2 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -53,13 +53,16 @@ tlmgr install \
   ms            \
   oberdiek      \
   pdftex-def    \
+  pgf           \
   psnfss        \
   times         \
   tools         \
   trimspaces    \
   ucharcat      \
   ulem          \
+  unit          \
   url           \
+  xcolor        \
   xecjk         \
   xetex-def     \
   xkeyval       \
@@ -70,6 +73,7 @@ tlmgr install --no-depends cjk
 
 # Contrib packages for testing: force no deps
 tlmgr install --no-depends \
+  chemformula \
   ctex        \
   fontspec    \
   siunitx     \

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


More information about the latex3-commits mailing list