]> git.lyx.org Git - lyx.git/commit
Tweak output from maxima
authorEnrico Forestieri <forenr@lyx.org>
Sun, 26 Jun 2016 11:22:44 +0000 (13:22 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 26 Jun 2016 11:22:44 +0000 (13:22 +0200)
commit3c6f2427c35064cd248ed2ca0482e6ea30b4d609
tree3d6a700257082fabfb8747e31317faa90883c37a
parent3cecd4d39352454ec2cea07f23c9eb1efb83d787
Tweak output from maxima

Maxima uses \it as a markup for multiletter variables. However,
it has been reported that since texlive 2016 using \it in math
mode produces an error, even though I was not able to reproduce.
Anyway, this can be avoided by replacing the old-style construct
"{\it ...}" with the new-style one "\mathit{...}".
The problem has also been reported upstream:
https://sourceforge.net/p/maxima/bugs/3181/
but this workaround will hold whatever the resolution.
src/mathed/MathExtern.cpp