I searched through the documentation of your package, but couldn’t find an answer.
I want to number my math environments (theorems, definitions, etc.) as follows: all math environments should be numbered with a single integer that doesn’t distinguish between environment types, and doesn’t care about sections. For example, if I have a document with the following:
This assigns numbers in the form “1.1”, etc.
But I want it to number the math environments as “Theorem 1. def”, “Definition 2. ghi” and “Theorem 3. mno”. How do I achieve that?