]> git.lyx.org Git - features.git/blobdiff - src/Converter.h
Use the right latex backend when a converter needs aux files.
[features.git] / src / Converter.h
index f71f123a611618451cf1466d3d57d2f5349da5c4..8f131bba363b802e9e916db9c8a17ea1cb6a2cf2 100644 (file)
@@ -113,7 +113,8 @@ public:
        ///
        Graph::EdgePath getPath(std::string const & from, std::string const & to);
        ///
-       OutputParams::FLAVOR getFlavor(Graph::EdgePath const & path);
+       OutputParams::FLAVOR getFlavor(Graph::EdgePath const & path,
+                                      Buffer const * buffer = 0);
        /// Flags for converting files
        enum ConversionFlags {
                /// No special flags
@@ -156,6 +157,12 @@ private:
        ///
        std::string latex_command_;
        ///
+       std::string dvilualatex_command_;
+       ///
+       std::string lualatex_command_;
+       ///
+       std::string pdflatex_command_;
+       ///
        std::string xelatex_command_;
        /// If \p from = /path/file.ext and \p to = /path2/file2.ext2 then
        /// this method moves each /path/file*.ext file to /path2/file2*.ext2