a collection of packages that is designed to provide an easier interface to theorems (and theorem-like environments), and to facilitate some more advanced tasks
4
votes
2answers
575 views
`ntheorem` and `thmtools` seem incompatible
I am preparing the setup of the theorem environments for my thesis. I want to do this right before I have say 200 of those environments in my document, since changing them will likely break things at ...
11
votes
3answers
1k views
Theorem name and number in margin, note in text
I'm using thmtools to make ultra-fancy theorems. I would like the Theorem name and number (e.g., "Theorem 1") to jut out into the left margin of the text, and the note (e.g., "The Fundamental Theorem ...
5
votes
2answers
603 views
thmtools: How to prevent pagebreak between theorem and proof?
I am using thmtools to format a collection of theorems and their proofs.
Is there any way to prevent a pagebreak from happening between the last line of a theorem statement and the first line of the ...
5
votes
1answer
597 views
Shaded theorems (thmtools) spanning pages
When the thmtools package is used to create theorem environments with a shaded background, it does not allow separate theorems to span more than one page. This is a rather severe problem if the ...
2
votes
1answer
63 views
Combining spacebelow with shaded parameter in thmtools package. Bug?
In the following example the spacebelow parameter is ignored. If you comment out the shaded parameter, the space is considered. Is it possible to use both parameters spacebelow / shaded?
...