Im trying to make a summary template that at its center is a function, thmbase, which is essentially a wrapper to thmenv, and then i use that function as a base to apply styling settings to each type of theorem i have.
Now the issue is i want each theorem to continue the numbering from any of the previous theorems, not just of its own type. Problem is i cant seem to figure out how to do so. I tried setting all theorem's to have a shared base but that didnt work at all.
Attached is the template code.