]> git.lyx.org Git - lyx.git/blobdiff - src/converter.h
The Gtk patch.
[lyx.git] / src / converter.h
index 4720d4f05ba71fc4cfbf1f7fc9c1df8ad36f4734..943e03e9a361497cd2da749a5b80fffacd1391f1 100644 (file)
@@ -1,8 +1,4 @@
 // -*- C++ -*-
-
-#ifndef CONVERTER_H
-#define CONVERTER_H
-
 /**
  * \file converter.h
  * This file is part of LyX, the document processor.
@@ -10,9 +6,13 @@
  *
  * \author Dekel Tsur
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
+#ifndef CONVERTER_H
+#define CONVERTER_H
+
+#include "latexrunparams.h"
 #include "graph.h"
 
 #include <vector>
@@ -107,10 +107,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);
@@ -130,10 +126,11 @@ private:
        std::vector<Format const *> const
        Converters::intToFormat(std::vector<int> const & input);
        ///
-       bool scanLog(Buffer const * buffer, string const & command,
+       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_;
        ///