Theorem support #49
Replies: 5 comments 6 replies
-
on point (1) shouldn't all (latex) counters reset on overlays? Whatever beamer does, If I have Oh I just tried it...
This output seems wrong to me: |
Beta Was this translation helpful? Give feedback.
-
Just thinking out loud:
You don't use the German environment names, like |
Beta Was this translation helpful? Give feedback.
-
I really don't like the use of And, yes, almost every teaching doc I compile issues a string of complaints about the languages I use not being supported by various packages. Even more annoyingly, [While I admit my use of Welsh is uncommon, it can't be that unusual to need Greek, can it?] |
Beta Was this translation helpful? Give feedback.
-
In another channel, @davidcarlisle points out
which makes me wonder about loading it at all - perhaps better to stick to the kernel version and create |
Beta Was this translation helpful? Give feedback.
-
No I think not. There is a firstaid that makes it more or less tagging aware, but it is not perfect (there is an open issue) and imho currently it only complicates things if you load it on top of the block code . It is imho better to try to implement everything with the templates in the block code. If needed the code there should be improve and extended, e.g. to support more theorem styles.
;-). You can certainly drop all this german compability environments ;-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In
beamer
, theamsthm
package is loaded and various theorem-related stuff is done:Some of this we definitely want (points 1,2 and likely 3). However, the rest is a bit more tricky. First, do we even want to force loading of
amsthm
? I could arrange to do the other bits without that. If we do, then adjusting proofs is easy: but what if we don't? Making theorems into blocks links to wider block questions so needs kernel work. Finally, the list of theorem types inbeamer
feels quite arbitary - so I'm not sure it's ideal.I'm trying a few things, but would welcome ideas here - I never need this stuff myself!
For testing, I took the tutorial example and got it sort-of working
The fact that proof are not block elements in particular shows up!
To save people looking it up, the list of theorem types from the
beamer
source:Beta Was this translation helpful? Give feedback.
All reactions