]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Move \PassOptionsToPackage before the first package loaded
[lyx.git] / src / OutputParams.h
index 7e578c3b0c07293f7162952ba1f78278de1f1a28..5aa6080de7f0b96fed97fd527661de1eca55958a 100644 (file)
@@ -177,6 +177,10 @@ public:
        */
        bool use_polyglossia;
 
+       /** Do we use hyperref?
+       */
+       bool use_hyperref;
+
        /// Do we use the CJK package?
        bool use_CJK;
 
@@ -357,12 +361,6 @@ public:
 
        /// Explicit output folder, if any is desired
        std::string export_folder;
-
-       /// Have we already output the title?
-       mutable bool already_title;
-       /// Used to signal we need to output \end{TITLEBLOCK} when title
-       /// environment is used.
-       mutable bool issued_title_cmd;
 };