
나는 특정한 방식으로 정리의 결과에 번호를 매기려고 노력하고 있습니다. 예를 들어, 마지막 정리가 정리 7이라면 이 정리의 추론이 정리 7.1로 나타나기를 바랍니다.
그렇게 할 수 있는 방법이 있나요?
현재 정리와 추론이 선언되는 방법은 다음과 같습니다.
\newcommand{\srcsizeeight}{\@setfontsize{\srcsize}{8pt}{8pt}}
\newcommand{\mytextsize}{\srcsizeeight}
\setbeamertemplate{theorems}[numbered]
\newtheorem{thm}{\mytextsize Theorem}{\bf}{}
\newtheorem{cor}{\mytextsize Corollary}{\bf}{}