X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathCases.h;h=84e13979e8ba9226a94a4e3e0e1598f5542855d4;hb=cdc847fd304019a19425a0d5d9d42a556a937097;hp=3b44b823ca041a8bb3a698ac5e67639da4f5d2c3;hpb=324e5571cafe7838a1d3ecd5cb2b3dd7e8d54bbe;p=lyx.git diff --git a/src/mathed/InsetMathCases.h b/src/mathed/InsetMathCases.h index 3b44b823ca..84e13979e8 100644 --- a/src/mathed/InsetMathCases.h +++ b/src/mathed/InsetMathCases.h @@ -56,6 +56,8 @@ public: int leftMargin() const { return 8; } //override /// int rightMargin() const { return 0; } //override + /// see e.g. https://tex.stackexchange.com/a/133283/87201 + bool handlesMulticolumn() const { return true; } //override private: virtual Inset * clone() const;