Richard Heck wrote:
> I'm guessing it's because amsdefs.inc Provides amsmath, and then you have:
> bool LaTeXFeatures::mustProvide(string const & name) const
> {
> return isRequired(name) && !params_.getTextClass().provides(name);
> }
> So the require is ignored.
Yes, this makes sense. And then, i
[EMAIL PROTECTED] wrote:
Author: spitz
Date: Mon Jan 7 19:31:05 2008
New Revision: 22421
URL: http://www.lyx.org/trac/changeset/22421
Log:
Requires amsmath does not work. No idea why.
I'm guessing it's because amsdefs.inc Provides amsmath, and then you have:
bool LaTeXFeatures::mustProvide