On Sun, 19 Mar 2017, Otared Kavian wrote: > Hi, > > I would like to print in a text the values of a array computed in a \startluacode …. \stopluacode combination. > How can I do it properly? Please have a look at the example below and its output, which is not satisfactory because the right parenthesis is separated from the number by a space. How can I suppress this unwanted space? > For instance I get (1, 103 ) instead of (1, 103). use context(....) to print instead of tex.print(...). Aditya