]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
* src/LyXRC.{cpp,h}:
[lyx.git] / src / BufferParams.h
index 62a481961d90d2dc560371aa8923055fcf66da30..049fc87ed3a088c242c0f7cbc940f1b476a6babd 100644 (file)
 #ifndef BUFFERPARAMS_H
 #define BUFFERPARAMS_H
 
+#include "Font.h"
 #include "BiblioInfo.h"
-#include "TextClass.h"
 #include "paper.h"
+#include "TextClass.h"
 
 #include "insets/InsetQuotes.h"
 
@@ -39,6 +40,7 @@ class Spacing;
 class TexRow;
 class VSpace;
 class Language;
+class PDFOptions;
 
 /** Buffer parameters.
  *  This class contains all the parameters for this buffer's use. Some
@@ -289,6 +291,10 @@ public:
        ///
        void setCiteEngine(biblio::CiteEngine const);
 
+       /// options for pdf output
+       PDFOptions & pdfoptions();
+       PDFOptions const & pdfoptions() const;
+
 private:
        ///
        void readPreamble(Lexer &);