Re: [Cvslog] r22421 - /lyx-devel/trunk/lib/layouts/amsart-plain.layout

2008-01-07 Thread Jürgen Spitzmüller
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

Re: [Cvslog] r22421 - /lyx-devel/trunk/lib/layouts/amsart-plain.layout

2008-01-07 Thread Richard Heck
[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