]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
forgot two files
[lyx.git] / src / LaTeX.h
index e81348eca58902d4f5c841cde009af88fbda2b8f..1aa710201f6fe0c87078a4d75bb331eefc3152fe 100644 (file)
@@ -1,15 +1,15 @@
 // -*- C++ -*-
 /* This file is part of
- * ======================================================
+ * ====================================================== 
  * 
  *           LyX, The Document Processor        
  *          Copyright 1995 Matthias Ettrich
- *           Copyright 1995-1996 The Lyx Team
+ *           Copyright 1995-2000 The Lyx Team
  *
- *           This file is Copyright (C) 1996-1999
+ *           This file is Copyright 1996-1999
  *           Lars Gullik Bjønnes
  *
- *======================================================
+ * ====================================================== 
  */
 
 #ifndef LATEX_H
@@ -22,7 +22,7 @@
 #include "LString.h"
 #include "DepTable.h"
 #include <vector>
-#include <fstream>
+using std::vector;
 
 class MiniBuffer;
 
@@ -162,7 +162,7 @@ protected:
        /// unavail
        LaTeX(LaTeX const &);
        /// unavail
-       LaTeX & operator=(LaTeX const &);
+       LaTeX & operator= (LaTeX const &);
        
        ///
        void deplog(DepTable & head);
@@ -176,6 +176,9 @@ protected:
        ///
        bool runMakeIndex(string const &);
 
+       ///
+       bool scanAux(DepTable &);
+       
        ///
        bool runBibTeX(string const &, DepTable &);