]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
cleanup error messages
[lyx.git] / src / BufferParams.h
index 65e133b1a1f3e2ccd35a46a7b5c032ae0e0b7c0c..87b8713c2aa88ca09b37788005ef99b7864acb92 100644 (file)
@@ -157,7 +157,7 @@ public:
        /// returns the main font for the buffer (document)
        Font const getFont() const;
 
-       /* this are for the PaperLayout */
+       /* these are for the PaperLayout */
        /// the papersize
        PAPER_SIZE papersize;
        ///
@@ -194,6 +194,8 @@ public:
        std::string bibtex_command;
        /// customized index processor
        std::string index_command;
+       /// font encoding
+       std::string fontenc;
        /// the rm font
        std::string fontsRoman;
        /// the sf font
@@ -259,6 +261,8 @@ public:
        ///
        std::string master;
        ///
+       bool suppress_date;
+       ///
        std::string float_placement;
        ///
        unsigned int columns;
@@ -292,6 +296,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?
@@ -312,6 +318,8 @@ public:
 
        /// map of the file's author IDs to AuthorList indexes
        std::map<unsigned int, int> author_map;
+       /// the buffer's font encoding
+       std::string const font_encoding() const;
        ///
        std::string const dvips_options() const;
        /** The return value of paperSizeName() depends on the