]> git.lyx.org Git - lyx.git/commit
Amend [5ed01cd6/lyxgit]
authorEnrico Forestieri <forenr@lyx.org>
Sat, 6 Feb 2021 19:07:31 +0000 (20:07 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 6 Feb 2021 19:07:31 +0000 (20:07 +0100)
commit3cf5a7146359e00203344c5fb72551fdfb4b11e9
treeb4d20767210a606b04927b4264cde21364cef0e2
parentc05077f2c21e094a69220bf364e15ff003da8214
Amend [5ed01cd6/lyxgit]

This commit takes into account also the case in which a prime follows
a superscript, a case not explicitly mentioned in bug 1633.
This case has to be accounted for in a different way. We cannot look
ahead when exporting, so we simply tell TeXMathStream to output an
empty group if we just output a superscript and a prime comes next.
src/mathed/InsetMathScript.cpp
src/mathed/MathStream.cpp
src/mathed/MathStream.h