[NTG-context] mtxrun

Hans Hagen j.hagen at xs4all.nl
Tue Feb 11 13:07:23 CET 2020


On 2/11/2020 11:56 AM, Rudolf Bahr wrote:
> On Mon, Feb 10, 2020 at 01:03:38PM +0100, Bahr Rudolf wrote:
>> On Mon, Feb 10, 2020 at 11:54:49AM +0100, Bahr Rudolf wrote:
>>>
>>> Hello ConTeXters!
>>>
>>> LuaMetaTeX, Version 2.03.15
>>> ConTeXt  ver: 2020.02.07 18:36 MKIV beta  fmt: 2020.2.10
>>> works well doing my usual tasks.
>>>
>>> Now, I put an .otf-font into ".../tex/texmf-local/", and made
>>>     mtxrun --generate
>>>     mtxrun --script fonts --reload
>>>     mtxrun --script fonts --list --all --pattern=<pattern*>,
>>> but didn't get the expected information on the new font from the last
>>> command.
>>>
>>> So I investigated the output of the first two commands in more detail
>>> and found:
>>>
>>> 1. mtxrun --generate:
>>>     resolvers       | resolving | warning: no lua configuration files found
>>>     resolvers       | resolving | no texmf paths are defined (using TEXMF)
>>>
>>>     By the way, "TEXMF" seems to be a mtxrun variable and hasn't directly
>>>     to do with the environmental variable "TEXMF" which gets extinguished.
>>>
>>> 2. mtxrun --script fonts --reload:
>>>     mtxrun          | the resolver databases are not present or outdated
>>>     mtxrun          | unknown script 'fonts.lua' or 'mtx-fonts.lua'
>>>
>>>
>>> Please, what is to be done?
>>>
>>
>>
>> In context luatex, current version: 2020.01.30 14:13, I'm getting the awaited
>> information!
> 
> 
> 
> With
> LuaMetaTeX, Version 2.03.15
> ConTeXt  ver: 2020.02.10 18:37 MKIV beta  fmt: 2020.2.11
> I'm getting the same results:
> 
> 1. mtxrun --generate:
>     resolvers       | resolving | variable 'TEXMFCNF' set to ''
>     resolvers       | resolving | variable 'TEXMF' set to ''
> 
>     resolvers       | resolving | warning: no lua configuration files found
>     resolvers       | resolving | no texmf paths are defined (using TEXMF)
> 
> 2. mtxrun --script fonts --reload
>     resolvers       | resolving | warning: no lua configuration files found
>     resolvers       | resolving | no texmf paths are defined (using TEXMF)
> 
>     mtxrun          | the resolver databases are not present or outdated
>     mtxrun          | unknown script 'fonts.lua' or 'mtx-fonts.lua'
> 
> 
> BTW, running "context --make" after wiping "~/context-lmtx/tex/texmf-cache"
> and running "mtxrun --generate" gives:
>     mtxrun          | unknown script 'mtx-context.lua' or 'mtx-mtx-context.lua'
Are you mixing mkiv and lmtx?

In mkiv:

    windows:

      luatex.exe
      mtxrun.exe (small stub)
      context.exe (small stub)
      mtxrun.lua

    unix:

      luatex
      mtxrun   (== mtxrun.lua without suffix)
      context  (== mtxrun --script context)

In lmtx all platforms have the same approach:

    windows:

      luametatex.exe
      mtxrun.exe  (copy of luametatex.exe or link to it)
      context.exe (copy of luametatex.exe or link to it)
      mtxrun.lua
      context.lua

    unix:

      luatex
      mtxrun  (copy of luametatex or link to it)
      context (copy of luametatex or link to it)
      mtxrun.lua
      context.lua

so it's either one or the other incarnation of the mtxrun file

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------


More information about the ntg-context mailing list