10 May
2012
10 May
'12
7:58 a.m.
On Wed, May 9, 2012 at 1:44 PM, elgospa@libero.it
And by the way, is there a clever way to write a block of text under some conditions as shown in the example above other than tex.print(".....") which forces to escape every command? Thank you very much. Bye
\starttext \startluacode context.starttabulate{"|l|r|l"} context("\\NC Hello\\vrule width 1in height 1pt depth 1pt\\NC World \\NR") context.NC() context("Hello\\vrule width 1in height 1pt depth 1pt") context.NC() context("%s", "World") context.NR() context.NC() context("Hello") context.vrule(72.27*2^16, 2^16,2^16) context.NC() context("%s", "World") context.NR() context.stoptabulate() \stopluacode \stoptext -- luigi