]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Prefs dialog: some layout fixes.
[lyx.git] / src / OutputParams.h
index 1631dac9d09d2989994bf44cafe5bfcdfc53e878..7bb21e8db8d6d31f0def28dced28b9600bd5e20e 100644 (file)
@@ -118,6 +118,9 @@ public:
         */
        std::string document_language;
 
+       /// main font encoding of the document
+       std::string main_fontenc;
+
        /** The master language. Non-null only for child documents.
            Note that this is not the language of the top level master, but
            of the direct parent for nested includes.
@@ -172,6 +175,10 @@ public:
        */
        std::string index_command;
 
+       /** Hyperref driver
+       */
+       std::string hyperref_driver;
+
        /** Line length to use with plaintext or LaTeX export.
        */
        size_type linelen;