Paul Smith wrote:
> Dear All
> 
> I would like to replace, automatically, all new line characters by
> the space character. Could someone here please teach me how to do
> that? I think it suffices to me learning how LyX calls the new line
> character.

Amazing what happens if you create a lyx file containing just a 
newline char... '\newline'

sed 's/\\newline/ /g' yourfile.lyx > newfile.lyx

> Thank you a lot in advance!
> Paul

-- 
Angus

Reply via email to