[latex3-commits] [git/LaTeX3-latex3-l3build] master: Better font support set up (1222061)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Jul 31 12:38:46 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/12220617d9a9f2b2b6d581900b004ca9105a537c
>---------------------------------------------------------------
commit 12220617d9a9f2b2b6d581900b004ca9105a537c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Jul 31 11:38:46 2018 +0100
Better font support set up
>---------------------------------------------------------------
12220617d9a9f2b2b6d581900b004ca9105a537c
support/texlive.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/support/texlive.sh b/support/texlive.sh
index 5559e81..aac1511 100644
--- a/support/texlive.sh
+++ b/support/texlive.sh
@@ -26,7 +26,7 @@ tlmgr install luatex
# TeX90 plain for unpacking, pdfLaTeX, LuaLaTeX and XeTeX for tests
# The Lua libs and Latin Modern font avoid a few warnings with more
# recent LaTeX2e kernels (which load Unicode as standard)
-tlmgr install cm ec etex etex-pkg knuth-lib latex-bin lm lualibs luaotfload \
+tlmgr install cm etex etex-pkg knuth-lib latex-bin lm lualibs luaotfload \
metafont mfware tex tex-ini-files unicode-data xetex
# Additional requirements for (u)pLaTeX, done with no dependencies to
@@ -34,6 +34,9 @@ tlmgr install cm ec etex etex-pkg knuth-lib latex-bin lm lualibs luaotfload \
tlmgr install --no-depends babel ptex uptex ptex-base uptex-base ptex-fonts \
uptex-fonts platex uplatex
+# Font support for PDF tests
+tlmgr install cm-super ec
+
# Keep no backups (not required, simply makes cache bigger)
tlmgr option -- autobackup 0
More information about the latex3-commits
mailing list