15 Apr
2022
15 Apr
'22
2:52 p.m.
On 4/15/22 2:24 PM Damien Thiriet via ntg-context wrote:
I read the cld manual and my guess is I should use function() but looks like I lack some understanding of context proceeding.
This is what I did so far [...]
In function 'ListeAleatoireGauche' calling startitemize as below should help: context.startitemize ({"8","packed","random"}, {align="righttoleft"}) Further, I think you might also need to put the entry into stream in a group: context.start() context.lefttoright(t[k]) context.stop() Sreeram