mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Unify InsetLatexAccent output
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16254 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
995d1337bb
commit
51839e89a7
@ -2088,7 +2088,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
|
|||||||
|| t.cs() == "~" || t.cs() == "." || t.cs() == "=") {
|
|| t.cs() == "~" || t.cs() == "." || t.cs() == "=") {
|
||||||
// we need the trim as the LyX parser chokes on such spaces
|
// we need the trim as the LyX parser chokes on such spaces
|
||||||
context.check_layout(os);
|
context.check_layout(os);
|
||||||
os << "\n\\i \\" << t.cs() << "{"
|
os << "\\i \\" << t.cs() << "{"
|
||||||
<< trim(parse_text_snippet(p, FLAG_ITEM, outer, context), " ")
|
<< trim(parse_text_snippet(p, FLAG_ITEM, outer, context), " ")
|
||||||
<< "}\n";
|
<< "}\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user