mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
requiire amsmath for eqref
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7570 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
36ea61a888
commit
8d28085833
@ -1,3 +1,6 @@
|
||||
2003-08-18 John Levon <levon@movementarian.org>
|
||||
|
||||
* insetref.C: require amsmath for eqref
|
||||
|
||||
2003-08-17 Martin Vermeer <martin.vermeer@hut.fi>
|
||||
|
||||
|
@ -126,6 +126,8 @@ void InsetRef::validate(LaTeXFeatures & features) const
|
||||
features.require("varioref");
|
||||
else if (getCmdName() == "prettyref")
|
||||
features.require("prettyref");
|
||||
else if (getCmdName() == "eqref")
|
||||
features.require("amsmath");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user