]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_write.C
several small patches and some fixes, read the ChangeLog
[features.git] / src / mathed / math_write.C
index a382f96968bcb8d8ddcc6b3e686ce107283f4a7c..ac0a538e61a2e34e1f2f3963f078010c6f83e81b 100644 (file)
@@ -276,7 +276,11 @@ void MathParInset::Write(ostream & os, bool fragile)
                           << "} ";
                }
        }
-#if 1
+
+       // CHECK
+       // Just make sure that the correct number of braces are output.
+       // (Lgb)
+#if 0
        while (brace > 0) {
                os << '}';
                --brace;
@@ -330,12 +334,12 @@ void mathed_write(MathParInset * p, ostream & os, int * newlines,
           os << "\\( "; // changed from " \\( " (Albrecht Dress)
    } 
    else {
-          // Thinko!
+          // CHECK
           // Is this '\n' really needed, what can go wrong
           //if it is not there? The reason why I want to avoid this is
           // because of the "backlook" into the output stream.
           // Lgb.
-#warning Thinko!
+#warning CHECK
 #if 0
      if (!suffixIs(outf, '\n')) {
        // in batchmode we need to make sure