mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Translate \l{} and \L{} to InsetLatexAccent
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16252 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
91abd65a92
commit
02fe5e67b8
@ -2099,7 +2099,8 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
|
||||
skip_braces(p); // eat {}
|
||||
}
|
||||
|
||||
else if (t.cs() == "i" || t.cs() == "j") {
|
||||
else if (t.cs() == "i" || t.cs() == "j" || t.cs() == "l" ||
|
||||
t.cs() == "L") {
|
||||
context.check_layout(os);
|
||||
os << "\\" << t.cs() << ' ';
|
||||
skip_braces(p); // eat {}
|
||||
|
Loading…
Reference in New Issue
Block a user