hi list,
I run into a problem that left me confused.
I wanted to use \_ to draw a line in a table.
My test programm looks like that:
.TS
tab(|);
l l l.
Geraet| Seriennummer | Bemerkung
_
xx |1 |\_
xx |1 |\
> I run into a problem that left me confused.
> I wanted to use \_ to draw a line in a table.
Can you check for trailing spaces? I get the underscore instead
of a sequence of dashes if the cell contains more than just "\_".
Or are you using cygwin, and it's a LF vs. CRLF problem?
Am 13.01.2011 12:02, schrieb Tadziu Hoffmann:
>
>> I run into a problem that left me confused.
>> I wanted to use \_ to draw a line in a table.
>
> Can you check for trailing spaces? I get the underscore instead
> of a sequence of dashes if the cell contains more than just "\_".
> Or are you u