[NTG-context] Re: new upload

2023-07-10 Thread Hans Hagen

On 7/10/2023 5:51 PM, Rik Kabel wrote:
The following code now fails. It works as expected under 2023.05.05 as 
found in the texlive.net runner.


    \defineparagraphs[TwoCols][n=2]
    \setupparagraphs[TwoCols][2][\width=.5\textwidth]
    \starttext

    \input knuth \par

    \startTwoCols
    \input knuth \par
    \nextTwoCols
    \input knuth \par
    \stopTwoCols

    \input knuth \par

    \stoptext

remove a \ in \\ in line 187 of tabl-mis.mkxl and then remake the format

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
-

___
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] Re: new upload

2023-07-10 Thread Rik Kabel
The following code now fails. It works as expected under 2023.05.05 as 
found in the texlive.net runner.


   \defineparagraphs[TwoCols][n=2]
   \setupparagraphs[TwoCols][2][\width=.5\textwidth]
   \starttext

   \input knuth \par

   \startTwoCols
   \input knuth \par
   \nextTwoCols
   \input knuth \par
   \stopTwoCols

   \input knuth \par

   \stoptext

--
Rik

On 2023-07-09 13:51, Hans Hagen via ntg-context wrote:

Hi,

No functional changes this time:

- some more consistent usage of new primitives instead of helper 
macros, also a bit of a look and feel related effort as well as 
getting even less tracing clutter (the kind of changes for Wolfgang to 
check -)


- as aside effect there is some performance gain (there is not that 
much more to gain now unless we go ugly); this all depends on usage of 
course


- at some point some of the more obscure middle level helpers (dating 
from mkii) might move to a module as i don't think anyone uses them in 
lmtx


There are quite some files affected (all is tripple checked but who 
knows). If there are issues, they should be easy to fix.


We're now moving into page builder (another side effect of math 
tuneup) mode and have some new features coming there.


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

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
___

[NTG-context] Re: new upload

2023-07-10 Thread Hans Hagen

On 7/10/2023 10:43 AM, denis.ma...@unibe.ch wrote:


Page puilder mode sounds interesting! What are you plans for that?


Things like:

- overflow area
- vertical expansion
- more detailed tracing
- more accurate \testpage
- initial and as-we-go stretch/shrink manipulation

Most is already there but in the process of being documented and tested.

Atached is an example (from the manual) that shows somethign that can be 
handy for those who typeset novels and such. (vz is a variant on hz and 
is something that Hermann Zapf suggested long ago when we discussed 
vertical expansion.)


Other tricks are:

\setupalign[vertical,height]



\setpagelooseness[-2]



and such which can be used to influence the current page.

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
-


vz.pdf
Description: Adobe PDF document
\starttext

\startbuffer[vz-1]
\starttext
\showframe[text]
\enabletrackers[layout.vz]
\setuplayout[width=middle,headerdistance=5mm,vz=no]
\clubpenalty  1
\widowpenalty 1
\dostepwiserecurse{0}{30}{1}{
\dorecurse{#1}{\strut dummy line ##1\par}
\dorecurse{4}{\samplefile{tufte}\par}
}
\stoptext
\stopbuffer

\startbuffer[vz-2]
\starttext
\showframe[text]
\enabletrackers[layout.vz]
\setuplayout[width=middle,headerdistance=5mm,vz=yes]
\clubpenalty  1
\widowpenalty 1
\dostepwiserecurse{0}{30}{1}{
\dorecurse{#1}{\strut dummy line ##1\par}
\dorecurse{4}{\samplefile{tufte}\par}
}
\stoptext
\stopbuffer

\startbuffer[vz-3]
\starttext
\showframe[text]
\enabletrackers[layout.vz]
\setuplayout[width=middle,headerdistance=5mm,vz=2]
\clubpenalty  1
\widowpenalty 1
\dostepwiserecurse{0}{30}{1}{
\dorecurse{#1}{\strut dummy line ##1\par}
\dorecurse{4}{\samplefile{tufte}\par}
}
\stoptext
\stopbuffer

\startplacefigure[location=here,reference=fig:vz-1,title={Cheating with 
vertical expansion: \type {[vz=no]}.}]
\startcombination[4*1]
{\typesetbuffer[vz-1][width=\combinationwidth,page=1,frame=on]} {}
{\typesetbuffer[vz-1][width=\combinationwidth,page=2,frame=on]} {}
{\typesetbuffer[vz-1][width=\combinationwidth,page=3,frame=on]} {}
{\typesetbuffer[vz-1][width=\combinationwidth,page=4,frame=on]} {}
\stopcombination
\stopplacefigure

\startplacefigure[location=here,reference=fig:vz-2,title={Cheating with 
vertical expansion: \type {[vz=yes]}.}]
\startcombination[4*1]
{\typesetbuffer[vz-2][width=\combinationwidth,page=1,frame=on]} {}
{\typesetbuffer[vz-2][width=\combinationwidth,page=2,frame=on]} {}
{\typesetbuffer[vz-2][width=\combinationwidth,page=3,frame=on]} {}
{\typesetbuffer[vz-2][width=\combinationwidth,page=4,frame=on]} {}
\stopcombination
\stopplacefigure

\startplacefigure[location=here,reference=fig:vz-3,title={Cheating with 
vertical expansion: \type {[vz=2]}.}]
\startcombination[4*1]
{\typesetbuffer[vz-3][width=\combinationwidth,page=1,frame=on]} {}
{\typesetbuffer[vz-3][width=\combinationwidth,page=2,frame=on]} {}
{\typesetbuffer[vz-3][width=\combinationwidth,page=3,frame=on]} {}
{\typesetbuffer[vz-3][width=\combinationwidth,page=4,frame=on]} {}
\stopcombination
\stopplacefigure

\stoptext
___
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] Re: new upload

2023-07-10 Thread denis.maier
Hi Hans,

Page puilder mode sounds interesting! What are you plans for that?

Best,
Denis

> -Ursprüngliche Nachricht-
> Von: Hans Hagen via ntg-context 
> Gesendet: Sonntag, 9. Juli 2023 19:51
> An: mailing list for ConTeXt users 
> Cc: Hans Hagen 
> Betreff: [NTG-context] new upload
> 
> Hi,
> 
> No functional changes this time:
> 
> - some more consistent usage of new primitives instead of helper macros, also
> a bit of a look and feel related effort as well as getting even less tracing 
> clutter
> (the kind of changes for Wolfgang to check -)
> 
> - as aside effect there is some performance gain (there is not that much more
> to gain now unless we go ugly); this all depends on usage of course
> 
> - at some point some of the more obscure middle level helpers (dating from
> mkii) might move to a module as i don't think anyone uses them in lmtx
> 
> There are quite some files affected (all is tripple checked but who knows). If
> there are issues, they should be easy to fix.
> 
> We're now moving into page builder (another side effect of math tuneup)
> mode and have some new features coming there.
> 
> Hans
> 
> 
> -
>Hans Hagen | PRAGMA ADE
>Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 |
> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.
> pragma-
> ade.nl%2F&data=05%7C01%7Cdenis.maier%40unibe.ch%7C19dfcbacacda44
> fca92308db80a59c54%7Cd400387a212f43eaac7f77aa12d7977e%7C1%7C
> 0%7C638245221007372928%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4
> wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%
> 7C%7C%7C&sdata=G7QB0pUJwFq5Crvdd4hLvSzCnvtdcXASsjWLUs1%2FfbU
> %3D&reserved=0 |
> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.
> pragma-
> pod.nl%2F&data=05%7C01%7Cdenis.maier%40unibe.ch%7C19dfcbacacda44
> fca92308db80a59c54%7Cd400387a212f43eaac7f77aa12d7977e%7C1%7C
> 0%7C638245221007372928%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4
> wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%
> 7C%7C%7C&sdata=mOLZeMc5fuwcF3UXd%2BGgQmA04HxVs4c1kNSkWlnGL
> VU%3D&reserved=0
> -
> ___
> 
> If your question is of interest to others as well, please add an entry to the
> Wiki!
> 
> maillist : ntg-context@ntg.nl /
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww
> .ntg.nl%2Fmailman%2Flistinfo%2Fntg-
> context&data=05%7C01%7Cdenis.maier%40unibe.ch%7C19dfcbacacda44fca
> 92308db80a59c54%7Cd400387a212f43eaac7f77aa12d7977e%7C1%7C0%
> 7C638245221007372928%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wL
> jAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C
> %7C%7C&sdata=cXh7bNY48ulIZPX3P6Imj5tkgdR%2B0TRXzWxoTEOVrbE%3D
> &reserved=0
> webpage  :
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww
> .pragma-
> ade.nl%2F&data=05%7C01%7Cdenis.maier%40unibe.ch%7C19dfcbacacda44
> fca92308db80a59c54%7Cd400387a212f43eaac7f77aa12d7977e%7C1%7C
> 0%7C638245221007372928%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4
> wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%
> 7C%7C%7C&sdata=FLpFbVGfocFjXA3qqoyUb96bGY%2F36zbeexypTcW0EcY
> %3D&reserved=0 /
> https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcontex
> t.aanhet.net%2F&data=05%7C01%7Cdenis.maier%40unibe.ch%7C19dfcbaca
> cda44fca92308db80a59c54%7Cd400387a212f43eaac7f77aa12d7977e%7C
> 1%7C0%7C638245221007372928%7CUnknown%7CTWFpbGZsb3d8eyJWIj
> oiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C
> 3000%7C%7C%7C&sdata=Ua4zTxMemOWwmsT5AeMJNw0r1oQRVNVrHnaz
> bdvnmJs%3D&reserved=0
> archive  :
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbitbu
> cket.org%2Fphg%2Fcontext-
> mirror%2Fcommits%2F&data=05%7C01%7Cdenis.maier%40unibe.ch%7C19
> dfcbacacda44fca92308db80a59c54%7Cd400387a212f43eaac7f77aa12d797
> 7e%7C1%7C0%7C638245221007372928%7CUnknown%7CTWFpbGZsb3d8
> eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3
> D%7C3000%7C%7C%7C&sdata=DXoFJ0Ng%2B4cfRLwglgcBGeY4qGTUBBR65
> 8JZe7HooRs%3D&reserved=0
> wiki :
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fconte
> xtgarden.net%2F&data=05%7C01%7Cdenis.maier%40unibe.ch%7C19dfcbac
> acda44fca92308db80a59c54%7Cd400387a212f43eaac7f77aa12d7977e%7
> C1%7C0%7C638245221007372928%7CUnknown%7CTWFpbGZsb3d8eyJWI
> joiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C
> 3000%7C%7C%7C&sdata=vOXj9LP1mNcKIsct76foOm8TT3YAZlL7vEbAH6cOs
> 88%3D&reserved=0
> ___
> 
___
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/mail

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

2023-07-10 Thread Cron Daemon
receiving incremental file list
 ./
 ctan.lsr
 document-2.htm
 download-1.htm
 download-2.htm
 logo-ade.png
 logo-cts.png
 logo-pod.png
 rss.xml
 show-fil.pdf
 context/latest/
 context/latest/cont-lmt.zip
 context/latest/cont-mpd.zip
 context/latest/cont-ppc.zip
 context/latest/cont-sci.zip
 context/latest/cont-tmf.zip
 context/latest/cont-tst.7z
 context/latest/cont-tst.tar.xz
 context/latest/cont-tst.zip
 general/manuals/
 general/manuals/cld-mkiv.pdf
 general/manuals/lowlevel-lines.pdf
 general/manuals/luametatex.pdf
 
 sent 188,908 bytes  received 47,768,727 bytes  4,567,393.81 bytes/sec
 total size is 562,026,290  speedup is 11.72


Running archiver:

New dir: /var/www/aanhet.net/context//htdocs/archives/context-2023-07-10.09
233374729   
/var/www/aanhet.net/context//htdocs/archives/context-2023-07-10.09/latest
126745317   
/var/www/aanhet.net/context//htdocs/archives/context-2023-07-10.09/current
360124142   
/var/www/aanhet.net/context//htdocs/archives/context-2023-07-10.09
360124142   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
___