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
_
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
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
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
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
_
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
-
> 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
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