On Thu, Jun 05, 2003 at 10:01:17PM +0200, Lethal Weapon wrote:
> When i write a too long sentence and the last very-long-word is in
> Emphasized text
It doesn't have any thing to do with emphasize, it's inter-word spacing.
Latex will refuse to break a line such that the spacing between words is
too large, because it looks awful.
If you want it you can use \sloppypar{ in ERT or break the line where
needed with control-return, or tell latex where to hyphenate the long
word.
> or when it's a long Lyx-Code,
It's your job to do it with lyx code I think. Perhaps listings package
can help, I forget.
regards
john