]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
Take into account the latex encoding when generating math preview snippets.
[lyx.git] / src / LaTeX.h
index bc310ec1db5d6d1d493f86d086e121d371365c67..25e83e8703c32b8e50700f5459cb91f2a860cdbb 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/noncopyable.hpp>
 #include <boost/signal.hpp>
 
 #include <vector>
@@ -169,7 +169,11 @@ private:
 
        ///
        bool runMakeIndex(std::string const &, OutputParams const &,
-                         std::string const & = std::string());
+                         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 &);