16 Apr
2022
16 Apr
'22
12:01 p.m.
Hi,
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
Many thanks, this solved my problems. I understand context.startitemize() is designed to get several vectors as arguments, something I didn't thought about. Could you explain the whereabouts of calling to context.(start|stop)()? Some expansion stuff? In my MWE, only the first item was left-to-right. Best regards, Damien Thiriet