mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Merge branch 'master' of git.lyx.org:lyx
This commit is contained in:
commit
57b69a5efd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user