From: Jean-Marc Lasgouttes Date: Wed, 19 Jan 2005 10:03:58 +0000 (+0000) Subject: overleftarrow and overrightarrow do not require amslatex X-Git-Tag: 1.6.10~14644 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4bea3da18898329b8a611df99bef5ad204493a52;p=features.git overleftarrow and overrightarrow do not require amslatex git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9496 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 7ba0474230..37e3b89eea 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,9 @@ +2005-01-19 Jean-Marc Lasgouttes + + * math_decorationinset.C (ams): remove again \overleftarrow and + \overrightarrow, which do not require amslatex (although amslatex + redefines them). + 2005-01-09 Georg Baum * math_parser.C (parse1): handle style commands that are not inside diff --git a/src/mathed/math_decorationinset.C b/src/mathed/math_decorationinset.C index 16c6d27018..3019710a6e 100644 --- a/src/mathed/math_decorationinset.C +++ b/src/mathed/math_decorationinset.C @@ -92,8 +92,6 @@ bool MathDecorationInset::wide() const bool MathDecorationInset::ams() const { return - key_->name == "overleftarrow" || - key_->name == "overrightarrow" || key_->name == "overleftrightarrow" || key_->name == "underleftarrow" || key_->name == "underrightarrow" ||