]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFonts.h
New \cite_engine_type default.
[lyx.git] / src / LaTeXFonts.h
index d79d45651c494f492760ccff6436ba0e9b7178cb..8c9da88e5eca9b3d1342d2ad75e7466cc85c0bfe 100644 (file)
@@ -70,6 +70,10 @@ public:
        bool providesOSF(bool ot1, bool complete, bool nomath);
        /// Does this font provide optional true SmallCaps?
        bool providesSC(bool ot1, bool complete, bool nomath);
+       /** does this font provide OSF and Small Caps only via 
+        * a single, undifferentiated expert option?
+        */
+       bool hasMonolithicExpertSet(bool ot1, bool complete, bool nomath);
        /// Does this font provide scaling?
        bool providesScale(bool ot1, bool complete, bool nomath);
        /// Return the LaTeX Code
@@ -127,6 +131,8 @@ private:
        ///
        docstring requires_;
        ///
+       std::string preamble_;
+       ///
        bool osfdefault_;
        ///
        bool switchdefault_;