Tagged Questions
1
vote
1answer
51 views
Is there a theorem style with slanted headfont?
I would like to create a theorem style with slanted text in heads. What's the way?
I tried with the thmtools package by
\declaretheoremstyle[headfont=\textsl]{slantedhead}
...
6
votes
3answers
420 views
How to remove brackets from the optional title in amsthm?
This is a follow-up question of this question.
when using \begin{theorem}[Open mapping]...\end{theorem},
I received
Is it possible to change the format into "Theorem: Open Mapping."(boldface)?
...
17
votes
3answers
1k views
How to make the optional title of a theorem bold with amsthm?
I use the code mentioned in Title of the theorem:
\begin{theorem}[The title]
Some statement
\end{theorem}
However with amsthm the optional title -- above: "The title" -- is neither bold nor italic, ...
16
votes
5answers
7k views
Changing style of Proof
I'm using the \begin{proof} of the amsthm package. And I want to change the style of the Proof word that is added in the beginning. By default it is italic, I want to make it bold. How can I do it?
12
votes
3answers
4k views
How to change the way theorems are displayed?
I am in the process of writing a large document containing some theorems, lemma, and propositions. Currently, I am using packages amsmath and amsthm. I defined my own environment for theorems by ...