add default group rules
This commit is contained in:
parent
886e562574
commit
5e141841cb
1 changed files with 12 additions and 0 deletions
|
@ -274,3 +274,15 @@ __HEADER__(Grouping theorems for easier customization.)
|
||||||
[
|
[
|
||||||
thmtools = { numbered = no }
|
thmtools = { numbered = no }
|
||||||
] { starred }
|
] { starred }
|
||||||
|
|
||||||
|
\DeclareTheoremGroupRule { big } { incompatible-error } { small }
|
||||||
|
|
||||||
|
\DeclareTheoremGroupRule { all } { lower } { big }
|
||||||
|
\DeclareTheoremGroupRule { all } { lower } { small }
|
||||||
|
\DeclareTheoremGroupRule { all } { lower } { dagger }
|
||||||
|
\DeclareTheoremGroupRule { all } { lower } { star }
|
||||||
|
|
||||||
|
\DeclareTheoremGroupRule { starred } { higher } { big }
|
||||||
|
\DeclareTheoremGroupRule { starred } { higher } { small }
|
||||||
|
\DeclareTheoremGroupRule { starred } { higher } { dagger }
|
||||||
|
\DeclareTheoremGroupRule { starred } { higher } { star }
|
||||||
|
|
Loading…
Reference in a new issue