]> git.lyx.org Git - lyx.git/blobdiff - src/Literate.h
Angus insetindex patch + protect patch from Dekel
[lyx.git] / src / Literate.h
index 020a0b024b7f440e9638e02188fab49ae679814b..9027db10d03c2f2e41ccf793f28ea4e1a432d400 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C++ -*-
 /* This file is part of
- * ======================================================
+ * ====================================================== 
  * 
- *           LyX, The Document Processor        
- *          Copyright (C) 1995 Matthias Ettrich
+ *           LyX, The Document Processor
  *
- *======================================================
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
+ *
+ * ====================================================== 
  */
 
 #ifndef LITERATE_H
@@ -30,15 +32,7 @@ public:
 
         /// runs literate and build
         int build(TeXErrors &, MiniBuffer *);
-
-
 private:
-        ///
-        int scanLiterateLogFile();
-
-        ///
-        int scanBuildLogFile();
-
         ///
         string litfile;
         
@@ -56,3 +50,5 @@ private:
 };
 
 #endif
+
+