[NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2022-09-16 Thread Cron Daemon via ntg-context
receiving incremental file list
 download-1.htm
 download-2.htm
 download-3.htm
 context/latest/
 context/latest/cont-tmf.zip
 
 sent 74,687 bytes  received 20,334,910 bytes  3,710,835.82 bytes/sec
 total size is 448,861,752  speedup is 21.99


Running archiver:

New dir: /var/www/aanhet.net/context//htdocs/archives/context-2022-09-16.16
171983415   
/var/www/aanhet.net/context//htdocs/archives/context-2022-09-16.16/latest
126745317   
/var/www/aanhet.net/context//htdocs/archives/context-2022-09-16.16/current
18956262
/var/www/aanhet.net/context//htdocs/archives/context-2022-09-16.16/alpha
126707516   
/var/www/aanhet.net/context//htdocs/archives/context-2022-09-16.16/beta
444396606   
/var/www/aanhet.net/context//htdocs/archives/context-2022-09-16.16
444396606   total
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] LuaMetaTeX insert nodes patch

2022-09-16 Thread Max Chernoff via ntg-context
Hi Hans,

I see that you've released the LuaMetaTeX source code, yay! I'm really
impressed with how easy it is to build, and with how quickly it builds.

Can you please apply this patch to the LuaMetaTeX source code:


diff --git source/lua/lmtnodelib.c source/lua/lmtnodelib.c
index ff98a70..1aade86 100644
--- source/lua/lmtnodelib.c
+++ source/lua/lmtnodelib.c
@@ -6557,10 +6557,7 @@ static int nodelib_common_getfield(lua_State *L, int 
direct, halfword n)
 break;
 case insert_node:
 if (lua_key_eq(s, index)) {
-halfword index = lmt_tohalfword(L, 3);
-if (tex_valid_insert_id(index)) {
-insert_index(n) = index;
-}
+lua_pushinteger(L, insert_index(n));
 } else if (lua_key_eq(s, cost)) {
 lua_pushinteger(L, insert_float_cost(n));
 } else if (lua_key_eq(s, depth)) {


This should fix the following minimal example:

   \startluacode
   local insert = node.new "insert"
   insert.index = 4
   print(insert.index)
   \stopluacode
   
Thanks,
-- Max
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] meeting not online

2022-09-16 Thread Henning Hraban Ramm via ntg-context
We actually managed to stream most talks and still do using mobile phone 
connections.


Hraban


Am 14.09.22 um 10:11 schrieb Henning Hraban Ramm via ntg-context:

At the moment, audio is working. Won't promise for how long.

Who's interested, just stay logged in to BBB, and we'll see.

Hraban


___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] meeting not online

2022-09-16 Thread Denis Maier via ntg-context
Thank you so much for all your efforts!
Best,
Denis

> -Ursprüngliche Nachricht-
> Von: ntg-context  Im Auftrag von Henning
> Hraban Ramm via ntg-context
> Gesendet: Freitag, 16. September 2022 09:38
> An: Henning Hraban Ramm via ntg-context 
> Cc: Henning Hraban Ramm 
> Betreff: Re: [NTG-context] meeting not online
> 
> We actually managed to stream most talks and still do using mobile phone
> connections.
> 
> Hraban
> 
> 
> Am 14.09.22 um 10:11 schrieb Henning Hraban Ramm via ntg-context:
> > At the moment, audio is working. Won't promise for how long.
> >
> > Who's interested, just stay logged in to BBB, and we'll see.
> >
> > Hraban
> >
> __
> _
> If your question is of interest to others as well, please add an entry to the
> Wiki!
> 
> maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-
> context
> webpage  : https://www.pragma-ade.nl / http://context.aanhet.net archive
> : https://bitbucket.org/phg/context-mirror/commits/
> wiki : https://contextgarden.net
> __
> _
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] Typearea module fails with “Missing number”

2022-09-16 Thread Wolfgang Schuster via ntg-context

Peter Münster via ntg-context schrieb am 31.08.2022 um 23:16:

On Mon, Aug 29 2022, Wolfgang Schuster via ntg-context wrote:


remove one pair of curly braces

Hi Wolfgang,

Thanks. Here a new version: http://pmrb.free.fr/tmp/t-typearea.zip


Even though the module works now with LMTX it needs a proper update to 
ensure

it can be used in future documents.

Another suggestion from myself is to use the \averagecharwidth length 
for the calculation

of the text width because it takes the document language into account.

Wolfgang

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


[NTG-context] Cron /var/www/aanhet.net/context/bin/cron/context-mirror

2022-09-16 Thread Cron Daemon via ntg-context
receiving incremental file list
 context/latest/
 context/latest/2022-09-16-cont-tmf.zip.filepart
 
 sent 102 bytes  received 37,083,727 bytes  4,944,510.53 bytes/sec
 total size is 482,982,981  speedup is 13.02


Running archiver:

New dir: /var/www/aanhet.net/context//htdocs/archives/context-2022-09-16.15
169047492   
/var/www/aanhet.net/context//htdocs/archives/context-2022-09-16.15/latest
126745317   
/var/www/aanhet.net/context//htdocs/archives/context-2022-09-16.15/current
18956262
/var/www/aanhet.net/context//htdocs/archives/context-2022-09-16.15/alpha
126707516   
/var/www/aanhet.net/context//htdocs/archives/context-2022-09-16.15/beta
441460683   
/var/www/aanhet.net/context//htdocs/archives/context-2022-09-16.15
441460683   total
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___