mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
require amsmath for \text
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10098 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
97d84f7589
commit
99ac9d8dda
@ -1,3 +1,7 @@
|
||||
2005-06-24 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* math_fontinset.C (validate): require amsmath for \text
|
||||
|
||||
2005-06-16 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
* math_colorinset.C (normalcolor): remove ...
|
||||
|
@ -85,6 +85,8 @@ void MathFontInset::validate(LaTeXFeatures & features) const
|
||||
// Fraktur used:
|
||||
if (key_->name == "mathfrak" || key_->name == "mathbb")
|
||||
features.require("amssymb");
|
||||
if (key_->name == "text")
|
||||
features.require("amsmath");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user