]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Remove special code for CJK that is no longer required (amends e665715fc4).
[lyx.git] / src / OutputParams.h
index 1631dac9d09d2989994bf44cafe5bfcdfc53e878..8dbe00203d103bf4536f80d0d547af675032cb0c 100644 (file)
@@ -103,9 +103,9 @@ public:
        bool intitle;
 
        /** inulemcmd > 0 means that the environment in which the
-           inset is typeset is part of a ulem command (\uline, \uuline,
-           \uwave, \sout  or \xout). Insets that output latex commands relying
-           on local assignments (such as \cite) should enclose such
+           inset is typeset is part of a ulem or soul command (e.g., \uline,
+           \uuline, \uwave, \sout or \xout). Insets that output latex commands
+           relying on local assignments (such as \cite) should enclose such
            commands in \mbox{} in order to avoid breakage.
        */
        mutable int inulemcmd;
@@ -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;