mirror of
https://github.com/congyu711/BeamerTheme.git
synced 2025-07-12 08:31:31 +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
|
% 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user