]> git.lyx.org Git - lyx.git/commitdiff
overleftarrow and overrightarrow do not require amslatex
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 19 Jan 2005 10:03:58 +0000 (10:03 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 19 Jan 2005 10:03:58 +0000 (10:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9496 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/math_decorationinset.C

index 7ba0474230ed9b86333b7f6bd99a41d08d28dfed..37e3b89eea852f6dd42b03b44743e40d9a4f221d 100644 (file)
@@ -1,3 +1,9 @@
+2005-01-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * math_decorationinset.C (ams): remove again \overleftarrow and
+       \overrightarrow, which do not require amslatex (although amslatex
+       redefines them).
+
 2005-01-09  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * math_parser.C (parse1): handle style commands that are not inside
index 16c6d27018e2412a4b5e37f9ef01a567403c1684..3019710a6e31292f9de9ed229f711323b100ea70 100644 (file)
@@ -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" ||