Hi, In src/LaTeXFeatures.C we have: string const LaTeXFeatures::getMacros() const { ostringstream macros;
// always include this if (true || lyx) macros << lyx_def << '\n'; Why? This always outputs the definition of \LyX even if it is not used. Any secret marketing reason? ;-) -- José