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:l...@pontex.cz]
Pontex s. r. o.      [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

Attachment: t-Tabul.mkiv
Description: Binary data

Attachment: t-Tabul.pdf
Description: Adobe PDF document

___________________________________________________________________________________
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