mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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
This commit is contained in:
parent
6f1cd6eba2
commit
c9a726bd43
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user