[latex3-commits] [git/LaTeX3-latex3-latex2e] Umathchar: Adapt the test support code (bcc74883)

Marcel Fabian Krüger tex at 2krueger.de
Sat Aug 1 00:58:47 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : Umathchar
Link       : https://github.com/latex3/latex2e/commit/bcc74883bf3081380b665c9fa2cf5fbe04d240d8

>---------------------------------------------------------------

commit bcc74883bf3081380b665c9fa2cf5fbe04d240d8
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sat Aug 1 00:58:47 2020 +0200

    Adapt the test support code


>---------------------------------------------------------------

bcc74883bf3081380b665c9fa2cf5fbe04d240d8
 support/fonttext.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/support/fonttext.cfg b/support/fonttext.cfg
index 7626cae6..a026d806 100644
--- a/support/fonttext.cfg
+++ b/support/fonttext.cfg
@@ -1,9 +1,9 @@
 
 
-\let\SAVEDUmathchar\Umathchar
-\let\Umathchar\undefined
+\let\SAVEDUmathcode\Umathcode
+\let\Umathcode\undefined
 
-\ifx\SAVEDUmathchar\undefined
+\ifx\SAVEDUmathcode\undefined
 
 \input{fonttext.ltx}
 
@@ -22,7 +22,7 @@
 \fi
 
 
-\let\Umathchar\SAVEDUmathchar
+\let\Umathcode\SAVEDUmathcode
 
 % just so you can check this format is being used
 \def\FONTTEXTCONFIG{OT1-testing}





More information about the latex3-commits mailing list.