Merge branch 'master' of git.lyx.org:lyx

This commit is contained in:
Juergen Spitzmueller 2016-06-26 14:27:30 +02:00
commit 57b69a5efd

View File

@ -1106,7 +1106,7 @@ namespace {
if (tmp.size() < 2)
return MathData();
out = subst(tmp[1], "\\>", string());
out = subst(subst(tmp[1], "\\>", string()), "{\\it ", "\\mathit{");
lyxerr << "output: '" << out << "'" << endl;
// Ugly code that tries to make the result prettier