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:
Georg Baum 2006-12-12 13:56:32 +00:00
parent 91abd65a92
commit 02fe5e67b8

View File

@ -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 {}