X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fconverter.h;h=943e03e9a361497cd2da749a5b80fffacd1391f1;hb=f268743f8c014ef2dadd260fd1a3873cb1d2038b;hp=4720d4f05ba71fc4cfbf1f7fc9c1df8ad36f4734;hpb=f566e7c6040e5e60d140f3da625fe5f191eebbcc;p=lyx.git diff --git a/src/converter.h b/src/converter.h index 4720d4f05b..943e03e9a3 100644 --- a/src/converter.h +++ b/src/converter.h @@ -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 @@ -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 const Converters::intToFormat(std::vector 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_; ///