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?
|
|
||||
|
|
|
How about:
*something* - something to be executed after environment argument is processed (possibly empty). More here: http://en.wikibooks.org/wiki/LaTeX/Customizing_LaTeX. |
|||||||||||
|
|
If you don't mind changing the name of the environment, just use a variant of the following code. Change
The proof environment takes one argument and puts it in italics (by default this argument is If you want to redefine the
When we redefine the |
|||||||
|
|
many of the fonts in the ams document classes and amsthm.sty are "frozen", even though they are changed in publication-specific classes to effect a different style. for the next upgrade of the ams-latex collection, we are considering assigning "logical" names to most such fonts, to simplify the ability to make changes such as the one requested here. the "proofheadfont" will be among the fonts to be generalized. |
|||
|
|
|
If you're able and happy to modify your amsthm.sty, then find the command that begins Alternatively, just paste the following into the preamble of your document:
Then the proof environment will behave exactly as before in terms of spacing, optional argument, \qedhere and so on, but you'll have bold rather than italic. |
|||||||
|
|
A better and simpler solution is to redefine
This is better than redefining the |
|||||||||
|
