Re: [NTG-context] expansion problem: random location

2019-09-14 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 13.09.2019 um 20:41: Am 2019-09-13 um 19:44 schrieb Wolfgang Schuster : Henning Hraban Ramm schrieb am 13.09.2019 um 18:51: Hi, in an example document I’m trying to get pictures of random size and placement. Unfortunately the expansion is over my head: Put the

Re: [NTG-context] expansion problem: random location

2019-09-13 Thread Henning Hraban Ramm
> Am 2019-09-13 um 19:44 schrieb Wolfgang Schuster > : > > Henning Hraban Ramm schrieb am 13.09.2019 um 18:51: >> Hi, in an example document I’m trying to get pictures of random size and >> placement. >> Unfortunately the expansion is over my head: > Put the value of the random location in a

Re: [NTG-context] expansion problem: random location

2019-09-13 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 13.09.2019 um 18:51: Hi, in an example document I’m trying to get pictures of random size and placement. Unfortunately the expansion is over my head: % \useMPlibrary[dum] \usemodule[visual] \startluacode local locations = { 'top',

[NTG-context] expansion problem: random location

2019-09-13 Thread Henning Hraban Ramm
Hi, in an example document I’m trying to get pictures of random size and placement. Unfortunately the expansion is over my head: % \useMPlibrary[dum] \usemodule[visual] \startluacode local locations = { 'top', 'bottom', 'left', 'right', } function RandomLocation()