]> git.lyx.org Git - lyx.git/commitdiff
tex2lyx/preamble.cpp: support for fileformat 256
authorUwe Stöhr <uwestoehr@web.de>
Sun, 14 Jun 2009 12:39:07 +0000 (12:39 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 14 Jun 2009 12:39:07 +0000 (12:39 +0000)
- the code for \clear***page was already there
- tex2lyx allows already to use any input encoding

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30096 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/preamble.cpp

index 5b41dd423198438078f92df38cb40f0f28bc2b02..4dd8d7f28addd729cf2f2bc08a0adbab126f4edd 100644 (file)
@@ -458,7 +458,7 @@ void handle_package(Parser &p, string const & name, string const & opts,
 void end_preamble(ostream & os, TextClass const & /*textclass*/)
 {
        os << "#LyX file created by tex2lyx " << PACKAGE_VERSION << "\n"
-          << "\\lyxformat 254\n"
+          << "\\lyxformat 256\n"
           << "\\begin_document\n"
           << "\\begin_header\n"
           << "\\textclass " << h_textclass << "\n";