]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Shortcut for LyX HTML output. (Makes my life easier!)
[lyx.git] / src / BufferParams.h
index 8afdd4814fc8a8edec928bd3926df0a73950cde2..fefa91b90f4ff3e0da390feb6b12fe8be9e43e50 100644 (file)
@@ -25,6 +25,7 @@
 #include "support/copied_ptr.h"
 
 #include <list>
+#include <map>
 #include <vector>
 
 namespace lyx {
@@ -258,6 +259,8 @@ public:
        ///
        std::string master;
        ///
+       bool suppress_date;
+       ///
        std::string float_placement;
        ///
        unsigned int columns;
@@ -291,6 +294,8 @@ public:
        Package use_amsmath;
        /// Whether and how to load esint
        Package use_esint;
+       /// Whether and how to load mhchem
+       Package use_mhchem;
        /// Split bibliography?
        bool use_bibtopic;
        /// Split the index?