X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=1aa710201f6fe0c87078a4d75bb331eefc3152fe;hb=f9a45f76521c1c2cad9dd05868b6cfcc6c81cdbe;hp=e81348eca58902d4f5c841cde009af88fbda2b8f;hpb=dfe1bc44b44903faf77ef454c98c4c3e56c1d5e3;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index e81348eca5..1aa710201f 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -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 -#include +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 &);