mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
a3f70f11e5
commit
4bea3da188
@ -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
|
||||
|
@ -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" ||
|
||||
|
Loading…
Reference in New Issue
Block a user