mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
tex2lyx/Preamble.cpp: fix a typo
This commit is contained in:
parent
e1b181ddd4
commit
5d79cd531d
@ -1023,7 +1023,7 @@ bool Preamble::writeLyXHeader(ostream & os, bool subdoc)
|
||||
if (!h_boxbgcolor.empty())
|
||||
os << "\\boxbgcolor " << h_boxbgcolor << '\n';
|
||||
os << "\\index " << h_index << '\n'
|
||||
<< "\\boxbgcolor " << h_boxbgcolor << '\n'
|
||||
<< "\\shortcut " << h_shortcut << '\n'
|
||||
<< "\\color " << h_color << '\n'
|
||||
<< "\\end_index\n";
|
||||
os << h_margins
|
||||
|
Loading…
Reference in New Issue
Block a user