]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_matrixinset.C
make '$' default delimiter for inline maths instead of \(...\)
[features.git] / src / mathed / math_matrixinset.C
index d8a60c2bce76f4d92e414b2659f4c578a36b19bc..d23f64bcf1b7b098843dc67a883b1f4b19808aa3 100644 (file)
@@ -236,7 +236,7 @@ void MathMatrixInset::header_write(std::ostream & os) const
 
        switch (getType()) {
                case LM_OT_SIMPLE:
-                       os << "\\("; 
+                       os << ""; 
                        break;
 
                case LM_OT_EQUATION:
@@ -270,7 +270,7 @@ void MathMatrixInset::footer_write(std::ostream & os) const
 
        switch (getType()) {
                case LM_OT_SIMPLE:
-                       os << "\\)";
+                       os << "$";
                        break;
 
                case LM_OT_EQUATION: