]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/tex2rtf/src/tex2any.h
added container class files
[wxWidgets.git] / utils / tex2rtf / src / tex2any.h
index 734c28dcd3548af426db8c9c89cd684da6e329b3..1660cb35759fda752fd05becde07ed6665000bc1 100644 (file)
 #define FORBID_WARN       1
 #define FORBID_ABSOLUTELY 2
 
 #define FORBID_WARN       1
 #define FORBID_ABSOLUTELY 2
 
+
+#ifdef __WXMSW__
+  const int MAX_LINE_BUFFER_SIZE = 600;
+#else
+  const int MAX_LINE_BUFFER_SIZE = 11000;
+#endif
+
 class TexMacroDef: public wxObject
 {
  public:
 class TexMacroDef: public wxObject
 {
  public:
@@ -209,6 +216,8 @@ extern bool winHelp;  // Output in Windows Help format if TRUE, linear otherwise
 extern bool isInteractive;
 extern bool runTwice;
 extern int convertMode;
 extern bool isInteractive;
 extern bool runTwice;
 extern int convertMode;
+extern bool checkCurleyBraces;
+extern bool checkSyntax;
 extern bool stopRunning;
 extern int  mirrorMargins;
 extern bool headerRule;
 extern bool stopRunning;
 extern int  mirrorMargins;
 extern bool headerRule;