From: Uwe Stöhr Date: Sun, 14 Jun 2009 12:39:07 +0000 (+0000) Subject: tex2lyx/preamble.cpp: support for fileformat 256 X-Git-Tag: 2.0.0~6310 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c9a726bd43ed568a6fb3e9e4ce1d759f16790d3a;p=features.git tex2lyx/preamble.cpp: support for fileformat 256 - 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 --- diff --git a/src/tex2lyx/preamble.cpp b/src/tex2lyx/preamble.cpp index 5b41dd4231..4dd8d7f28a 100644 --- a/src/tex2lyx/preamble.cpp +++ b/src/tex2lyx/preamble.cpp @@ -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";