Changeset 11175


Ignore:
Timestamp:
06/10/08 15:17:26 (4 years ago)
Author:
anp
Message:

consolidation transfo LaTeX->MML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_EXT/com/scenari/ext/latex/Latex2MathML.java

    r10641 r11175  
    876876                                        vMrow = (Element)vTrow.getNextSibling(); 
    877877                                } 
    878                         } else if (!vSymbol.fInvisible) { 
     878                        } else if (vSymbol != null && !vSymbol.fInvisible) { 
    879879                                pFrag.appendChild(wrapWithElt("mo", vDoc.createTextNode(vSymbol.fOutput))); 
    880880                        } 
Note: See TracChangeset for help on using the changeset viewer.