On Tue, Feb 11, 2020 at 01:07:23PM +0100, Hans Hagen wrote:
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=
, 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? ... ... so it's either one or the other incarnation of the mtxrun file
Sorry, I don't understand what you mean. How should it be possible to mix mkiv and lmtx, when I install "LuaMetaTeX 2.03.15" and "ConTeXt 2020.02.10 MKIV beta" in my linux directory "~/context-lmtx", correct the PATH variable after installation, do not forget a "source" on ".bashrc" and then invoke in my directory "context-lmtx" following programs: mtxrun --generate mtxrun --script fonts --reload with the above presented errors? BTW, if it's important, "~/context-lmtx/tex/texmf-cache/" contains only "luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e". Rudolf