]> git.lyx.org Git - lyx.git/blobdiff - src/FontInfo.h
Natbib authoryear uses (Ref1; Ref2) by default.
[lyx.git] / src / FontInfo.h
index b471c297194f8ec71063ff6470cd0459ea02d78f..2b639a926ca4fa8d7b6eb561824e35f1de870133 100644 (file)
@@ -127,6 +127,7 @@ public:
                case CMEX_FAMILY:
                case MSA_FAMILY:
                case MSB_FAMILY:
+               case STMARY_FAMILY:
                case WASY_FAMILY:
                case ESINT_FAMILY:
                        return true;
@@ -220,6 +221,9 @@ FontState setLyXMisc(std::string const &);
 /// Read a font specification from Lexer. Used for layout files.
 FontInfo lyxRead(Lexer &, FontInfo const & fi = sane_font);
 
+/// Write a font specification. Used for layout files.
+void lyxWrite(std::ostream &, FontInfo const &, std::string const &, int);
+
 } // namespace lyx
 
 #endif