Hello, are there more ways how to affect vertical distance between rows within \start/stop-tabulate? 1) There is one, described on wiki (http://wiki.contextgarden.net/Tabulate): ---- \unprotect \appendtoks \blank[halfline] \to \t_tabl_tabulate_every_after_row \protect ... ---- Its problem is that I don't know how to call it by Lua. The following code fails: ---- \startluacode context[[ \unprotect \appendtoks \blank[halfline] \to \t_tabl_tabulate_every_after_row \protect ]] \stopluacode ... ---- So how to make it acceptable by Ctx? 2) Is there another way, e.g. inserting something each time before \NC\NR or elsewhere)? This brings no effect: ---- \starttabulate[|l|r|] \NC a \NC b \blank\NC\blank\NR \NC A \NC B \NC\NR \stoptabulate ---- As I intend to typeset a table (into tabulate) via Lua, adding an extra sequence/command anywhere when a table row is typeset is no problem. Questions are: a) what would be such sequence and b) where it should be placed? My whole testing code is attached. Thank you in advance. Best regards, Lukas -- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4 Tel: +420 244 062 238 Fax: +420 244 461 038