]> git.lyx.org Git - lyx.git/blobdiff - src/converter.h
rename Inset to InsetOld
[lyx.git] / src / converter.h
index 4720d4f05ba71fc4cfbf1f7fc9c1df8ad36f4734..b247d363a34521d3db6498e7404d451168e31690 100644 (file)
@@ -13,6 +13,7 @@
  * Full author contact details are available in file CREDITS
  */
 
+#include "latexrunparams.h"
 #include "graph.h"
 
 #include <vector>
@@ -107,10 +108,6 @@ public:
                     string const & from_file, string const & to_file_base,
                     string const & from_format, string const & to_format);
        ///
-       string const dvips_options(Buffer const * buffer);
-       ///
-       string const dvipdfm_options(Buffer const * buffer);
-       ///
        void update(Formats const & formats);
        ///
        void updateLast(Formats const & formats);
@@ -133,7 +130,8 @@ private:
        bool scanLog(Buffer const * buffer, string const & command,
                     string const & filename);
        ///
-       bool runLaTeX(Buffer const * buffer, string const & command);
+       bool runLaTeX(Buffer const * buffer, string const & command,
+                     LatexRunParams const &);
        ///
        ConverterList converterlist_;
        ///