]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
* do not lookup the same macro all the time
[lyx.git] / src / LaTeX.h
index bc310ec1db5d6d1d493f86d086e121d371365c67..c6ff48a3c3e4e6b9750af12f21051da406b1fbe7 100644 (file)
 #ifndef LATEX_H
 #define LATEX_H
 
-#include "outputparams.h"
+#include "OutputParams.h"
 
 #include "support/docstring.h"
-#include "support/filename.h"
+#include "support/FileName.h"
 
 #include <boost/utility.hpp>
 #include <boost/signal.hpp>
@@ -171,6 +171,10 @@ private:
        bool runMakeIndex(std::string const &, OutputParams const &,
                          std::string const & = std::string());
 
+       ///
+       bool runMakeIndexNomencl(support::FileName const &, OutputParams const &,
+                                std::string const &, std::string const &);
+
        ///
        std::vector<Aux_Info> const scanAuxFiles(support::FileName const &);