"Paul A. Rubin" <[EMAIL PROTECTED]> writes: > Turns out the problem is that File -> New (and setting the class to > IEEEtran) results in automatic AMS math inclusion being turned on; the > IEEEtran template has AMS math turned off. I haven't checked, but the > user says this is also true of other classes.
Most template files have \use_amsmath 0 (off). This misfeature seems to come from lyx2lyx/lyx_0_12.py (but there might be other places). Jose, why is use_amsmath set to this unusual value? > So the question is, should the templates all have AMS math on, for > consistency and/or to avoid nasty surprises? Bug, enhancement, or > nothing to worry about? All template should have use_amsmath set to 'auto' ("\use_amsmath 1" in the file)), unless there is a reason to do otherwise. JMarc