]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_gridinset.h
improve end-of-line handling in the presence of optional args to \\
[features.git] / src / mathed / math_gridinset.h
index 101d506fc3cf8618f4e37afa20ea31b01e75ee06..45356556a6d141893918bff17bbea11ef45223d5 100644 (file)
@@ -125,6 +125,11 @@ public:
        std::vector<int> idxBetween(int from, int to) const;
 
 protected:
+       /// returns proper 'end of line' code for LaTeX
+       string eolString(int row) const;
+       /// returns proper 'end of column' code for LaTeX
+       string eocString(int col) const;
+
        /// row info
        std::vector<RowInfo> rowinfo_;
        /// column info