Le 03/09/2018 à 21:56, Scott Kostyshak a écrit :
On Mon, Sep 03, 2018 at 06:04:42PM +0200, Jean-Marc Lasgouttes wrote:
Le 30/08/2018 à 06:52, Scott Kostyshak a écrit :
The \limits command only works for math operators, but we enable
MATH_LIMITS whenever there are limits. This leads to an error if the
limits are not on a math operator. See the attached error.lyx. We can
use \mathop to convert to a math operator, and then there is no error.
See no_error.lyx.
An alternative would be to just disable MATH_LIMITS if the symbol is not
a math operator.
Please try what I just pushed to master at 7b7ed64a0e76.
Tested and works well! Thanks.
Actually it did not work with under/overbrace. Fixed now.
JMarc