]> git.lyx.org Git - lyx.git/blobdiff - src/PDFOptions.h
Added possibility to retrieve internal buffers (by their tmp file-name) from the...
[lyx.git] / src / PDFOptions.h
index 187e80c25fe5a6ee97cab9d94560c47f0bfa62f3..a3e3cea14b51651d8e4917f9d1b4d1c1d6c90c3d 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef PDFOPTIONS_H
 #define PDFOPTIONS_H
 
+#include "OutputParams.h"
+
 #include "support/strfwd.h"
 
 #include <string>
@@ -34,7 +36,8 @@ public:
        /// output to lyx header
        void writeFile(std::ostream &) const;
        /// output to tex header
-       void writeLaTeX(odocstream &, bool hyperref_already_provided) const;
+       int writeLaTeX(OutputParams &, odocstream &,
+                       bool hyperref_already_provided) const;
        /// read tokens from lyx header
        std::string readToken(Lexer &lex, std::string const & token);
        /// set implicit settings for hyperref