I guess you will have to open the .lyx file in a text editor and replace
some \insetnewline (or \specialchar something) by nothing.
Thanks, André!
Paul
On Thu, Jan 15, 2004 at 07:54:25PM +, 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.
I gu
Amazing what happens if you create a lyx file containing just a
newline char... '\newline'
sed 's/\\newline/ /g' yourfile.lyx > newfile.lyx
Thanks, Angus! I guess that it is not possible to do the elimination of
the new line charaters inside LyX.
Paul
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
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.
Thank you a lot in advance!
Paul