From 4bea3da18898329b8a611df99bef5ad204493a52 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 19 Jan 2005 10:03:58 +0000 Subject: [PATCH] overleftarrow and overrightarrow do not require amslatex git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9496 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 6 ++++++ src/mathed/math_decorationinset.C | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) 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" || -- 2.39.5