From 1613b0afd7f4bba8a919c15581d13ec213fd5447 Mon Sep 17 00:00:00 2001 From: Gergely Meszaros Date: Sun, 4 Jul 2021 22:26:20 +0200 Subject: [PATCH] Set theorem and definition styles --- elteikthesis.cls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/elteikthesis.cls b/elteikthesis.cls index 50a9a9a..38d7958 100644 --- a/elteikthesis.cls +++ b/elteikthesis.cls @@ -290,8 +290,13 @@ % ------------------------------ % Tételek, definíciók +\theoremstyle{definition} \newtheorem{definition}{\deflabel} + +\theoremstyle{plain} \newtheorem{theorem}{\theolabel} + +\theoremstyle{remark} \newtheorem*{remark}{\remlabel} \newtheorem*{note}{\notelabel} % ------------------------------