[NTG-context] Re: mtxrun.lua:10080: bad argument #9 to 'format'

2024-02-14 Thread Garulfo
The line number was 10066 as of Jan 28th, and now 10070. According to Taco's proposal, 2 chars should be changed: the bad line:              templates[i]=“% "..w..”i"..between should be switched to: templates[i]="%-"..w.."s"..between A similar changed as been done on util-fmt.lua line 79 _

[NTG-context] Re: mtxrun.lua:10080: bad argument #9 to 'format'

2024-02-14 Thread Mikael Sundqvist
Oh, that mail went wrong, sorry. /MIkael On Wed, Feb 14, 2024 at 11:27 PM Mikael Sundqvist wrote: > > I don't wanna delay... :) > > On Wed, Feb 14, 2024 at 11:05 PM Hans Hagen wrote: > > > > On 2/14/2024 10:05 PM, Garulfo wrote: > > > Hi, > > > > > > it seems that line 10066 in mtxrun.lua (now

[NTG-context] Re: mtxrun.lua:10080: bad argument #9 to 'format'

2024-02-14 Thread Mikael Sundqvist
I don't wanna delay... :) On Wed, Feb 14, 2024 at 11:05 PM Hans Hagen wrote: > > On 2/14/2024 10:05 PM, Garulfo wrote: > > Hi, > > > > it seems that line 10066 in mtxrun.lua (now 10070) has not been updated > > for today's update. > > > > What is the command line to rebuild mtxrun locally without

[NTG-context] Re: mtxrun.lua:10080: bad argument #9 to 'format'

2024-02-14 Thread Hans Hagen
On 2/14/2024 10:05 PM, Garulfo wrote: Hi, it seems that line 10066 in mtxrun.lua (now 10070) has not been updated for today's update. What is the command line to rebuild mtxrun locally without downloading update from internet ? (I only know "sh install.sh"...) can you copy the 'bad line' i

[NTG-context] Re: mtxrun.lua:10080: bad argument #9 to 'format'

2024-02-14 Thread Garulfo
Hi, it seems that line 10066 in mtxrun.lua (now 10070) has not been updated for today's update. What is the command line to rebuild mtxrun locally without downloading update from internet ? (I only know "sh install.sh"...) Thanks _

[NTG-context] Re: mtxrun.lua:10080: bad argument #9 to 'format'

2024-01-29 Thread Hans Hagen
On 1/29/2024 12:08 PM, Taco Hoekwater wrote: Hi, I changed line 10066 in mtxrun.lua to templates[i]="%-"..w.."s"..between from templates[i]=“% "..w..”i"..between and that fixed it. thanks, I also changed util-fmt.lua line 79 Hans -

[NTG-context] Re: mtxrun.lua:10080: bad argument #9 to 'format'

2024-01-29 Thread Taco Hoekwater
> On 29 Jan 2024, at 01:36, vm via ntg-context wrote: > > while also on linux platform: > > > mtxrun --script font --list --spec --filter="fontname=ibm*" > mtxrun --script font --list --spec --filter="fontname=ple*" > > give correct result (as in listing the available installed ibmplex fonts

[NTG-context] Re: mtxrun.lua:10080: bad argument #9 to 'format'

2024-01-28 Thread vm via ntg-context
while also on linux platform: mtxrun --script font --list --spec --filter="fontname=ibm*" mtxrun --script font --list --spec --filter="fontname=ple*" give correct result (as in listing the available installed ibmplex fonts) mtxrun --script font --list --spec --filter="fontname=*" mtxrun --scr