]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
hopefully fix tex2lyx linking.
[lyx.git] / src / tex2lyx / tex2lyx.h
index 136cce2515d6dacfadec5f074b8270be7b829d65..0fa4af8037f305f9d41dd29458c6ab510f07078b 100644 (file)
@@ -21,6 +21,9 @@
 #include <vector>
 #include <map>
 
+
+namespace lyx {
+
 class Context;
 
 /// in preamble.C
@@ -94,6 +97,8 @@ extern CommandMap known_commands;
 extern CommandMap known_environments;
 /// Known TeX math environments with arguments that get parsed into LyX mathed.
 extern CommandMap known_math_environments;
+///
+extern bool noweb_mode;
 
 /// path of the master .tex file
 extern std::string getMasterFilePath();
@@ -111,4 +116,7 @@ extern std::string getParentFilePath();
  */
 bool tex2lyx(std::string const & infilename, std::string const & outfilename);
 
+
+} // namespace lyx
+
 #endif