remove thm env indent & tailing '.'; add thm numbers; slightly changed proof env

This commit is contained in:
Yu Cong 2025-05-02 23:29:42 +08:00
parent 7e62e483a1
commit adc7fff83a
2 changed files with 5 additions and 6 deletions

View File

@ -135,15 +135,14 @@
% theorem env % theorem env
\setbeamertemplate{theorem begin}{% \setbeamertemplate{theorem begin}{%
{ {
\vspace{5pt} \vspace{5pt}%
\usebeamerfont*{block title}% \usebeamerfont*{block title}%
\selectfont \selectfont%
\usebeamercolor[fg]{block title}% \usebeamercolor[fg]{block title}%
\textbf{ \textbf{%
\inserttheoremname \inserttheoremname
% \inserttheoremnumber \inserttheoremnumber
\ifx \inserttheoremaddition \empty \else\ [\inserttheoremaddition]\fi \ifx \inserttheoremaddition \empty \else\ [\inserttheoremaddition]\fi
\inserttheorempunctuation
} }
} }
} }
@ -152,7 +151,7 @@
\setbeamertemplate{proof begin}{% \setbeamertemplate{proof begin}{%
{\vspace{5pt} {\vspace{5pt}
\usebeamercolor[fg]{block title} \usebeamercolor[fg]{block title}
\textit{Proof.}} \textit{\textbf{Proof:}}}
} }
\setbeamertemplate{proof end}{ \setbeamertemplate{proof end}{
\qedhere \qedhere

BIN
main.pdf

Binary file not shown.