Peter Rolf wrote:
Hans Hagen schrieb:
i'll make a new alpha later today
i'll take my chance and hijack this thread then... :)
there is a c&p error in lpdf-grp.lua.
since you're looking into lua code ... there is some new playground (unfinished of course) ... (the true arg is just for pretty printing and can be omitted) context.chapter({ "label" }, "title", true) context.chapter(function() return { "label" } end, "title", true) context.startchapter({ title = "test" }, { more = "oeps" }, true) context.starttext(true) context.bTABLE(true) for i=1,10 do context.bTR() for i=1,10 do context.bTD() context("%#2i",math.random(99)) context.eTD() end context.eTR(true) end context.eTABLE(true) context.stopchapter(true) context.stoptext(true) no syntax checking involved (yet), just some magic Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------