Text Formatting ⇒ proof ams
-
- Posts: 68
- Joined: Mon Jul 06, 2009 7:44 pm
proof ams
How could I change proof word shape , from italic for example to bf ??
I don't want to define a new theorem style , I need the same style for proof environment. If some one know what the values and command that used to define the same environment with \qedsymbol ending , it will be wonderful.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
proof ams
Code: Select all
\makeatletter
\renewenvironment{proof}[1][\proofname]{\par
\pushQED{\qed}%
\normalfont \topsep6\p@\@plus6\p@\relax
\trivlist
\item[\hskip\labelsep
\bfseries
#1\@addpunct{.}]\ignorespaces
}{%
\popQED\endtrivlist\@endpefalse
}
\makeatother
[1] Help On LateX2e Font Selection
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 68
- Joined: Mon Jul 06, 2009 7:44 pm
Re: proof ams
Now, I need to change the (.) after the word Proof in the environment to (:) with distance (\) between the word Proof and (:).
Thank you
proof ams
In the code that localghost posted, replace this lineQwareeqMathematics wrote:...Now, I need to change the (.) after the word Proof in the environment to (:) with distance (\) between the word Proof and (:)...
Code: Select all
#1\@addpunct{.}]\ignorespaces
Code: Select all
#1\ \@addpunct{:}]\ignorespaces