]> git.lyx.org Git - lyx.git/blobdiff - src/texstream.cpp
When we use InPremable styles, we want to write as many versions
[lyx.git] / src / texstream.cpp
index 84fb060552b9da4044f9cb47906f8d3331828f2d..3268dca7b23f954501ef4cfd2c99eefd87d25cd7 100644 (file)
@@ -29,6 +29,14 @@ using lyx::support::split;
 
 namespace lyx {
 
+
+void otexrowstream::append(docstring const & str, TexRow const & texrow)
+{
+       os_ << str;
+       texrow_.append(texrow);
+}
+
+
 void otexrowstream::put(char_type const & c)
 {
        os_.put(c);
@@ -36,6 +44,7 @@ void otexrowstream::put(char_type const & c)
                texrow_.newline();
 }
 
+
 void otexstream::put(char_type const & c)
 {
        if (protectspace_) {