[latex3-commits] [git/LaTeX3-latex3-latex2e] gh239: Prevent system paths on LuaTeX test files (e9ce2c7c)
PhelypeOleinik
tex.phelype at gmail.com
Thu Jun 4 16:01:09 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh239
Link : https://github.com/latex3/latex2e/commit/e9ce2c7cc4eb6824dcacfebc5a4f870346b68d97
>---------------------------------------------------------------
commit e9ce2c7cc4eb6824dcacfebc5a4f870346b68d97
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Thu Jun 4 11:01:09 2020 -0300
Prevent system paths on LuaTeX test files
>---------------------------------------------------------------
e9ce2c7cc4eb6824dcacfebc5a4f870346b68d97
base/testfiles/github-0239d.luatex.tlg | 4 ----
base/testfiles/github-0239d.lvt | 4 ++++
base/testfiles/github-0239d.xetex.tlg | 3 ---
3 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/base/testfiles/github-0239d.luatex.tlg b/base/testfiles/github-0239d.luatex.tlg
index eb372e9b..a2b26b6a 100644
--- a/base/testfiles/github-0239d.luatex.tlg
+++ b/base/testfiles/github-0239d.luatex.tlg
@@ -15,10 +15,6 @@ LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line ....
LaTeX Font Info: ... okay on input line ....
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line ....
LaTeX Font Info: ... okay on input line ....
-LaTeX Font Info: Trying to load font information for TU+lmr on input line ....
-LaTeX Font Warning: Font shape `TU/cmr/m/n' in size <10> not available
-(Font) Font shape `TU/lmr/m/n' tried instead on input line ...
-luaotfload | db : Font names database loaded from /usr/local/texlive/2020/texmf-var/luatex-cache/generic/names/luaotfload-names.luc
> \mygrave=macro:
->\T1-cmd \mygrave \T1\mygrave .
l. ...\show\mygrave
diff --git a/base/testfiles/github-0239d.lvt b/base/testfiles/github-0239d.lvt
index 94d8e9ef..0760dad3 100644
--- a/base/testfiles/github-0239d.lvt
+++ b/base/testfiles/github-0239d.lvt
@@ -7,6 +7,10 @@
\def\test#1#2{{\fontencoding{#1}\selectfont#2}}
+\ifx\Umathchar\UNDEFINED\else
+ {\fontencoding{TU}\selectfont}%
+\fi
+
\START
\let\undeclare\UndeclareTextCommand
diff --git a/base/testfiles/github-0239d.xetex.tlg b/base/testfiles/github-0239d.xetex.tlg
index 24d82e2a..b74b299c 100644
--- a/base/testfiles/github-0239d.xetex.tlg
+++ b/base/testfiles/github-0239d.xetex.tlg
@@ -15,9 +15,6 @@ LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line ....
LaTeX Font Info: ... okay on input line ....
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line ....
LaTeX Font Info: ... okay on input line ....
-LaTeX Font Info: Trying to load font information for TU+lmr on input line ....
-LaTeX Font Warning: Font shape `TU/cmr/m/n' in size <10> not available
-(Font) Font shape `TU/lmr/m/n' tried instead on input line ...
> \mygrave=macro:
->\T1-cmd \mygrave \T1\mygrave .
l. ...\show\mygrave
More information about the latex3-commits
mailing list.