[latex3-commits] [git/LaTeX3-latex3-latex2e] tuformat: avoid using fonttext.cfg (af9a27fa)
David Carlisle
d.p.carlisle at gmail.com
Sun Nov 24 00:00:36 CET 2019
Repository : https://github.com/latex3/latex2e
On branch : tuformat
Link : https://github.com/latex3/latex2e/commit/af9a27fa9d56d8e7d7787cc2781ef0c048f29d59
>---------------------------------------------------------------
commit af9a27fa9d56d8e7d7787cc2781ef0c048f29d59
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Sat Nov 23 23:00:36 2019 +0000
avoid using fonttext.cfg
>---------------------------------------------------------------
af9a27fa9d56d8e7d7787cc2781ef0c048f29d59
build-config.lua | 6 +++---
support/fonttext.cfg | 20 --------------------
2 files changed, 3 insertions(+), 23 deletions(-)
diff --git a/build-config.lua b/build-config.lua
index bd539f73..28d5ddbf 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -210,9 +210,9 @@ local function fmt(engines,dest)
return 0
end
- if dest ~= typesetdir and
- (not options["config"] or options["config"][1] ~= "config-TU") then
- cp("fonttext.cfg",supportdir,unpackdir)
+
+ if (not options["config"]) then
+ cp("test2e.cfg",supportdir,testdir)
end
-- Zap the custom hyphen.cfg when typesetting
diff --git a/support/fonttext.cfg b/support/fonttext.cfg
deleted file mode 100644
index cdd92e25..00000000
--- a/support/fonttext.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-\let\SAVEDUmathchar\Umathchar
-\let\Umathchar\undefined
-
-\ifx\SAVEDUmathchar\undefined\else
-\let\saved at cdp@list\cdp at list
-\input {tuenc.def}
-\DeclareFontFamily{TU}{cmr}{}
-\DeclareFontShape{TU}{cmr}{m}{n} {<->sub * lmr/m/n}{}
-\let\cdp at list\saved at cdp@list
-\let\saved at cdp@list\@undefined
-\fi
-
-\input{fonttext.ltx}
-
-\let\Umathchar\SAVEDUmathchar
-
-% just so you can check this format is being used
-\def\FONTTEXTCONFIG{OT1-testing}
More information about the latex3-commits
mailing list