]> git.lyx.org Git - lyx.git/blobdiff - src/output_latex.cpp
* Paragraph: reserve memory by chunks of 100 chars. This improve the loading of big...
[lyx.git] / src / output_latex.cpp
index f5ed124b4507b3d59611139d0da606dd4d25a30f..bf04a243c35e73af5ccdd1e063dbdf791a444859 100644 (file)
@@ -558,7 +558,7 @@ TeXOnePar(Buffer const & buf,
        if (closing_rtl_ltr_environment)
                os << "}";
 
-       if (pending_newline) {
+       if (pending_newline && !runparams.verbatim) {
                os << '\n';
                texrow.newline();
        }