On Fri, Dec 15, 2006 at 10:24:29AM +0200, Rainer M Krug wrote:
> Hi
>
> I would like to have "---" in a table, i.e. three minuses after each
> other, but LyX is always changing it to a long dash.
LyX isn't changing anything.
LaTeX interprets '---'.
> How can I prevent this?
>
> I tried \{---} \--- in a LaTeX box, but in the first case an error
> message, in the second box replaced as well. Any ideas?
Well, LaTeX sees still '---'. You need to change this into something
LaTeX does not recognize as '---' (or '--' for that matter). Easiest
way would be -{}-{}- either in ERT as a whole or at least the {} pairs.
Andre'