mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
whitespace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26608 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f27d764e33
commit
1899c81d3e
@ -519,7 +519,8 @@ void parse_preamble(Parser & p, ostream & os,
|
||||
in_lyx_preamble = false;
|
||||
else if (!in_lyx_preamble)
|
||||
h_preamble << t.asInput();
|
||||
cerr << "lyx_file: " << is_lyx_file << ", lyx_preamble " << in_lyx_preamble << std::endl;
|
||||
cerr << "lyx_file: " << is_lyx_file << ", lyx_preamble "
|
||||
<< in_lyx_preamble << std::endl;
|
||||
}
|
||||
|
||||
else if (t.cs() == "pagestyle")
|
||||
|
Loading…
Reference in New Issue
Block a user