Using amsthm, is there a possibility to remove the dot when typing
\begin{proof}...\end{proof}? This would be typeset as "Proof." If you change your proofname \begin{proof}[Proof:]...\end{proof} you would get "Proof:"; but for typesetting without a dot or colon?
|
|
||||
|
|
|
with the |
||||
|
|
|
A way to do this is to use the
|
|||
|
|
|
The dot is hard-coded in
|
|||
|
|
|
In order to get rid of the pesky punctuation mark following the string "Proof", one could perform a full
|
|||||||||
|
|
You can redefine the output with:
MWE:
|
|||||||||||||||
|
|
The
You would need to set
to have a |
|||||
|

