<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 2014-05-04 12:30, Pablo Rodriguez
wrote:<br>
</div>
<blockquote cite="mid:53666B1C.4040104@gmx.es" type="cite">
<pre wrap="">Dear list,
I have the following sample:
\starttext
\startxtable[option=stretch]
\startxrow
\startxcell
One line
And another
\stopxcell
\startxcell
This breaks the following cell.
\stopxcell
\stopxrow
\startxrow
\startxcell
This cell has multiple lines.
Vertical spacing is wrong.
\stopxcell
\startxcell
What am I missing?
\stopxcell
\stopxrow
\stopxtable
\stoptext
I don’t know whether this is a bug. My question is the following: how
can I get a new line inside a cell?
I have another question: how can I force that both rows (in this case
two) have the same width?
Many thanks for your help,
Pablo
</pre>
</blockquote>
Any of the following will work here. Which is or are idiomatic I
will leave for others to say.<br>
<br>
<blockquote><tt>This cell has multiple lines.\\</tt><br>
<br>
<tt>This cell has multiple lines.\par</tt><br>
<br>
<tt>This cell has multiple lines.\blank[none]</tt><br>
</blockquote>
<br>
--<br>
Rik Kabel<br>
<br>
</body>
</html>