]> git.lyx.org Git - features.git/blobdiff - src/LaTeXFonts.h
DocBook: fix issues with nested labeling lists.
[features.git] / src / LaTeXFonts.h
index a6d875dd608473886e92acb9bdcaea3563d07ac8..116ef082c711013b8360255c466cc69592e5dc45 100644 (file)
@@ -57,6 +57,8 @@ public:
        docstring const & osfscoption() { return osfscoption_; }
        /// A package option for font scaling
        docstring const & scaleoption() { return scaleoption_; }
+       /// A macro for font scaling
+       docstring const & scalecmd() { return scalecmd_; }
        /// Does this provide additional options?
        bool providesMoreOptions(bool ot1, bool complete, bool nomath);
        /// Alternative requirement to test for
@@ -141,6 +143,8 @@ private:
        ///
        docstring scaleoption_;
        ///
+       docstring scalecmd_;
+       ///
        std::vector<std::string> provides_;
        ///
        docstring required_;