On Macos 10.7.4, Lyx 2.0.4 i want to export a Lyx document to normal Latex.
I noticed, that in the exported document, each line has a LineFeed (LF) even though it is not the end of a paragraph. If you open the Lyx document in a text editor, each line has a LineFeed too. If you export to open document and from there to latex, the document preserves the LineFeed for the end of a paragraph. Only every paragraph in LibreOffice and the exported latex file has a LF. How can i achieve a direct exported latex file from Lyx with a LineFeed only after each paragraph? Reason: Latex compiles the exported files fine, but editing in a Latex Editor like TexMaker gets pretty nasty with a LF for each line and not only for each paragraph. Any hints, comments?