]> 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 d8e65db8409e013848a5d8ad1d40bd88c4a5413a..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, or \sout). 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;
@@ -207,7 +214,7 @@ public:
 
        /** Whether a btUnit (for multiple biblographies) is open.
         */
-       bool openbtUnit;
+       mutable bool openbtUnit;
 
        /** Process only the children's aux files with BibTeX.
         *  This is necessary with chapterbib.
@@ -265,7 +272,7 @@ public:
        bool isLastPar;
 
 
-       /** whether or not do actual file copying and image conversion
+       /** whether or not to do actual file copying and image conversion
         *  This mode will be used to preview the source code
         */
        bool dryrun;