mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
We do not need to extract exponents, either.
There may be more we do not need to do. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33147 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
51a388e745
commit
4a4ec0c96a
@ -960,9 +960,7 @@ void extractStructure(MathData & ar, ExternalMath kind)
|
||||
if (kind != MATHML) {
|
||||
extractDets(ar);
|
||||
extractDiff(ar);
|
||||
}
|
||||
extractExps(ar);
|
||||
if (kind != MATHML) {
|
||||
extractExps(ar);
|
||||
extractLims(ar);
|
||||
extractStrings(ar);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user