mirror of
https://github.com/congyu711/BeamerTheme.git
synced 2025-07-12 00:21:33 +08:00
remove thm env indent & tailing '.'; add thm numbers; slightly changed proof env
This commit is contained in:
parent
7e62e483a1
commit
adc7fff83a
@ -135,15 +135,14 @@
|
||||
% theorem env
|
||||
\setbeamertemplate{theorem begin}{%
|
||||
{
|
||||
\vspace{5pt}
|
||||
\vspace{5pt}%
|
||||
\usebeamerfont*{block title}%
|
||||
\selectfont
|
||||
\selectfont%
|
||||
\usebeamercolor[fg]{block title}%
|
||||
\textbf{
|
||||
\textbf{%
|
||||
\inserttheoremname
|
||||
% \inserttheoremnumber
|
||||
\inserttheoremnumber
|
||||
\ifx \inserttheoremaddition \empty \else\ [\inserttheoremaddition]\fi
|
||||
\inserttheorempunctuation
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -152,7 +151,7 @@
|
||||
\setbeamertemplate{proof begin}{%
|
||||
{\vspace{5pt}
|
||||
\usebeamercolor[fg]{block title}
|
||||
\textit{Proof.}}
|
||||
\textit{\textbf{Proof:}}}
|
||||
}
|
||||
\setbeamertemplate{proof end}{
|
||||
\qedhere
|
||||
|
Loading…
x
Reference in New Issue
Block a user