X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FConverter.h;h=3429ce7154d2322c206bf034b8c238dc1eba685e;hb=4db3e641ed6765e005343010cb90ee8af26f8f99;hp=13dc1471f3b9aae84ff57a1de8a6f868247e441d;hpb=4685a3e5a8ad3a4e519b8e3645922c9df2095f62;p=lyx.git diff --git a/src/Converter.h b/src/Converter.h index 13dc1471f3..3429ce7154 100644 --- a/src/Converter.h +++ b/src/Converter.h @@ -60,6 +60,8 @@ public: bool xml; /// This converter needs the .aux files bool need_aux; + /// we need a "nice" file from the backend, c.f. OutputParams.nice. + bool nice; /// If the converter put the result in a directory, then result_dir /// is the name of the directory std::string result_dir; @@ -78,8 +80,6 @@ public: typedef std::vector ConverterList; /// typedef ConverterList::const_iterator const_iterator; - /// - typedef std::vector FormatList; /// Converter const & get(int i) const { return converterlist_[i]; } @@ -94,8 +94,6 @@ public: // void erase(std::string const & from, std::string const & to); /// - void sort(); - /// std::vector const getReachableTo(std::string const & target, bool clear_visited); /// @@ -115,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 @@ -158,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