... Thanks, that was really silly mistake of mine - I was "Luaing" the original ctx code 
so I forgot to enclose the ttt into the context("ttt"); that was the problem.

Braces were OK - statement:

context.startsection({title = "ti", list = "li"})

may be shortened to:

context.startsection{title = "ti", list = "li"}

- that's OK in Lua.

On Tue, 30 Nov 2010 22:38:41 +0100, Peter Münster <pmli...@free.fr> wrote:

    context.startsection{title = "ti", list = "li"} % - but this is wrong

Use "--" instead of "%" in lua mode.


(I wrote "%" this to the mail only.)


     ttt

Should be: tex.print"ttt"

Or: context("ttt")


Cheers, Peter


Lukas

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to