Search found 2 matches
- Tue Sep 10, 2013 9:03 pm
- Forum: Text Formatting
- Topic: Boxed Theorem Head
- Replies: 2
- Views: 8402
Re: Boxed Theorem Head
Thanks, gmedina, it works! I will take the second choice since the theorems only have counters, no names.
- Sun Sep 08, 2013 6:24 pm
- Forum: Text Formatting
- Topic: Boxed Theorem Head
- Replies: 2
- Views: 8402
Boxed Theorem Head
I want to enclose the word "Theorem" with a box in an environment that I created by the \newtheorem command. Of course, with the counter. I do not want that the contents of the theorem are inside the box. I tried with \newtheorem{theo}{\fbox{Theorem}} but the box only encloses the word "Theorem" and ...