Amazing! Thank you very much for that. Your example works. However, for some reason the following does not work. Only the space before the first line and the space between the first line and second line are changed (not even to the same dimension). Any ideas? \starttext \bTABLE \bTR[width=10cm, align=yes] \bTD \setupinterlinespace[10ex] Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. \eTD \eTR \eTABLE \stoptext Kind regards, Stefan. On 31.01.2011 15:20, Peter Münster wrote:
Stefan Müller
writes: \starttext \bTABLE \bTR[width=10cm] \bTD \input knuth \eTD \eTR \eTABLE \stoptext
\starttext \bTABLE \bTR[width=10cm, align=yes] \bTD \setupinterlinespace[5ex] \input knuth \eTD \eTR \eTABLE \stoptext