Changes

Jump to navigation Jump to search
252 bytes removed ,  13:23, 4 August 2011
no edit summary
=Itemization inside a tabulation (added by Willi Egger 04-08-2011)= The following issue is related to MKIV:
When using an itemization inside a tabulation where one uses also the
<texcode>\head</texcode> command there occurs a snapping problem. This is related to penalties which force a twoline split whereas the snapping mechanism prevent prevents this. As a result two lines are typeset on top of each other. The solution is to add the following statement to the preamble:
<texcode>\tabulatesplitlinemode \plustwo</texcode>
Example with normal tabulatesplitlinemode:
 
<context source="yes">
\starttabulate[|p|]
\NC
one \par
\blank[penalty:10000]
two \par
\blank[penalty:10000]
three
\NC\NR
\stoptabulate
</context>
 
Example with <texcode>tabulatesplitlinemode</texcode> set to <texcode>\plustwo</texcode>:
<context source="yes"texcode>
\tabulatesplitlinemode \plustwo
\starttabulate[|p|]
\NC\NR
\stoptabulate
</contexttexcode>
48

edits

Navigation menu