]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathExtern.h
Add \makeat switches to babel settings if necessary.
[lyx.git] / src / mathed / MathExtern.h
index 73ddc97d0665755142b54b23d843d6bffe16b00b..fba3ecbe9e708a52d3850d7aaa84d4383b7be82d 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -16,6 +16,7 @@
 
 namespace lyx {
 
+class HtmlStream;
 class NormalStream;
 class MapleStream;
 class MaximaStream;
@@ -26,6 +27,7 @@ class WriteStream;
 class MathData;
 
 void write(MathData const &, WriteStream &);
+void htmlize(MathData const &, HtmlStream &);
 void normalize(MathData const &, NormalStream &);
 void maple(MathData const &, MapleStream &);
 void maxima(MathData const &, MaximaStream &);