]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfont.C
More 'standard conformant blurb' nonsense.
[lyx.git] / src / lyxfont.C
index 2b0ffbd34df535b8bd304cd0d3240e2cd2c07f53..8708fb831947c10e04464f56607ba469341fe795 100644 (file)
@@ -22,6 +22,8 @@
 #include "support/lstrings.h"
 #include "bufferparams.h" // stateText
 
+using namespace lyx::support;
+
 using std::ostream;
 using std::endl;
 
@@ -827,7 +829,7 @@ int LyXFont::latexWriteStartChanges(ostream & os, LyXFont const & base,
        // \noun{} is a LyX special macro
        if (f.noun() == ON) {
                os << "\\noun{";
-               count += 8;
+               count += 6;
                env = true; //We have opened a new environment
        }
        if (f.size() != INHERIT_SIZE) {