From 64f6e8fc0c6cb9254a6fe3db0b4ab31c51cf8524 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 4 Apr 2019 14:11:01 +0200 Subject: 2019-04-04 13:38:00 --- tex/context/base/mkiv/context.mkiv | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'tex/context/base/mkiv/context.mkiv') diff --git a/tex/context/base/mkiv/context.mkiv b/tex/context/base/mkiv/context.mkiv index f8ab3d7a6..98d964b24 100644 --- a/tex/context/base/mkiv/context.mkiv +++ b/tex/context/base/mkiv/context.mkiv @@ -42,12 +42,12 @@ %D has to match \type {YYYY.MM.DD HH:MM} format. \edef\contextformat {\jobname} -\edef\contextversion{2019.02.14 16:57} +\edef\contextversion{2019.04.04 13:31} \edef\contextkind {beta} %D Kind of special: -\chardef\contextlmtxmode\directlua{tex.print(CONTEXTLMTXMODE and 1 or 0)}\relax +\chardef\contextlmtxmode\directlua{tex.print(CONTEXTLMTXMODE or 0)}\relax %D For those who want to use this: @@ -66,8 +66,6 @@ \def\loadmkiifile#1{} \def\loadmkivfile#1{\normalinput#1.mkiv\relax} \def\loadmkvifile#1{\normalinput#1.mkvi\relax} -\def\loadlmtxfile#1{\ifcase\contextlmtxmode\else\normalinput#1.mkiv\relax\fi} - %D First we load the system modules. These implement a lot of %D manipulation macros. We start with setting up some basic \TEX\ @@ -137,7 +135,7 @@ \loadmkvifile{file-res} \loadmkvifile{file-lib} -\loadlmtxfile{core-lmt} +\loadmarkfile{core-lmt} % needs more checking for clashes: % @@ -600,7 +598,7 @@ \loadmarkfile{cont-run} % the main runner (used in cont-yes.mkiv) -\loadlmtxfile{driv-shp} +\loadmarkfile{driv-shp} \setupcurrentlanguage[\defaultlanguagetag] -- cgit v1.2.3