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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to