]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathScript.C
hopefully fix tex2lyx linking.
[lyx.git] / src / mathed / InsetMathScript.C
index d6a8eda75a7e8b2570e5322fae22fe393bb216a2..c47e23989238fda2219ab7b9cd711ee1d84f8a6f 100644 (file)
@@ -421,11 +421,7 @@ bool InsetMathScript::idxUpDown(LCursor & cur, bool up) const
 void InsetMathScript::write(WriteStream & os) const
 {
        if (nuc().size()) {
-               if (nuc().size() == 1 
-                   && ! nuc().begin()->nucleus()->asScriptInset())
-                       os << nuc();
-               else
-                       os << '{' << nuc() << '}';
+               os << nuc();
                //if (nuc().back()->takesLimits()) {
                        if (limits_ == -1)
                                os << "\\nolimits ";