overleftarrow and overrightarrow do not require amslatex

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9496 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-01-19 10:03:58 +00:00
parent a3f70f11e5
commit 4bea3da188
2 changed files with 6 additions and 2 deletions

View 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

View 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" ||