]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.C
\layout -> \begin_layout and missing \end_layout
[lyx.git] / src / paragraph.C
index f6982c75aad9fdb6094fc56b5939cb8f1b731831..5579d6deeea234e75227382628a16d643d69cfa7 100644 (file)
@@ -156,7 +156,7 @@ void Paragraph::write(Buffer const * buf, ostream & os,
        }
 
        // First write the layout
-       os << "\n\\layout " << layout()->name() << '\n';
+       os << "\n\\begin_layout " << layout()->name() << '\n';
 
        params().write(os);