Changes

Jump to navigation Jump to search
515 bytes added ,  20:39, 29 September 2012
→‎Colorizing Cell Text: vertical row distance
\NC test \NC {\colored[cyan] test} \NC test \NC\NR
\stoptabulate
</texcode>
 
== Vertical Distance Between Rows ==
 
There does not seem to be an official interface for
vertical skips.
Manually placed <code>\blank</code>s are
<code>\unskipped</code> on purpose.
However, as expected there is a token list
<code>\t_tabl_tabulate_every_after_row</code> that is
placed after a line is finished.
So, in order to get a vertical spacing of half a baseline
distance you can use this code:
 
<texcode>
\unprotect
\appendtoks
\blank[halfline]
\to \t_tabl_tabulate_every_after_row
\protect
 
</texcode>
188

edits

Navigation menu