mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 21:40:19 +00:00
MathClass of xrightarrow & co
This commit is contained in:
parent
2daa771dae
commit
9d94b055e2
@ -39,6 +39,8 @@ public:
|
|||||||
void validate(LaTeXFeatures & features) const;
|
void validate(LaTeXFeatures & features) const;
|
||||||
///
|
///
|
||||||
InsetCode lyxCode() const { return MATH_XARROW_CODE; }
|
InsetCode lyxCode() const { return MATH_XARROW_CODE; }
|
||||||
|
///
|
||||||
|
MathClass mathClass() const { return MC_REL; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
virtual Inset * clone() const;
|
virtual Inset * clone() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user