This commit is contained in:
Enrico Forestieri 2020-08-12 16:35:12 +02:00
parent f5672a4843
commit 001f5a4786

View File

@ -45,6 +45,10 @@ private:
///
Inset * clone() const { return new InsetFoot(*this); }
///
bool inheritFont() const { return true; }
///
bool allowMultiPar() const { return true; }
///
docstring custom_label_;
///
bool intitle_;