]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathExtern.h
Remove hardcoded values
[lyx.git] / src / mathed / MathExtern.h
index fba3ecbe9e708a52d3850d7aaa84d4383b7be82d..b6707f92a9fc7464315872bb01860e4dc399e35c 100644 (file)
@@ -38,6 +38,9 @@ void octave(MathData const &, OctaveStream &);
 bool extractNumber(MathData const & ar, int & i);
 bool extractNumber(MathData const & ar, double & i);
 
+/// Write \p s (which may contain math or text contents in LaTeX syntax) to \p os
+void writeString(docstring const & s, WriteStream & os);
+
 MathData pipeThroughExtern(std::string const & language,
        docstring const & extra, MathData const & ar);