]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
typo
[lyx.git] / src / BufferParams.h
index 94667588577503ec06b3b46f799efae5b7815862..e71b3cfd43553cf01b544864634de59bdd6aad46 100644 (file)
@@ -79,7 +79,7 @@ public:
        void validate(LaTeXFeatures &) const;
 
        /** \returns true if the babel package is used (interogates
-        *  the BufferParams and a LyXRC variable).
+        *  the BufferParams, a LyXRC variable, and the document class).
         *  This returned value can then be passed to the insets...
         */
        bool writeLaTeX(odocstream &, LaTeXFeatures &, TexRow &,
@@ -319,6 +319,8 @@ public:
        Package use_esint;
        /// Whether and how to load mhchem
        Package use_mhchem;
+       /// Whether and how to load mathdots
+       Package use_mathdots;
        /// Split bibliography?
        bool use_bibtopic;
        /// Split the index?