From 5ac5f26dd1313874a458753743a4ed466f16a506 Mon Sep 17 00:00:00 2001
From: Marcin Chrzanowski <mc370754@students.mimuw.edu.pl>
Date: Mon, 9 Aug 2021 20:47:06 -0400
Subject: Add Theorem definition

---
 definitions.sty | 1 +
 1 file changed, 1 insertion(+)

diff --git a/definitions.sty b/definitions.sty
index 01bdd5c..2590101 100644
--- a/definitions.sty
+++ b/definitions.sty
@@ -1,6 +1,7 @@
 \usepackage{ifthen}
 
 \newtheorem{definition}{Definition}[chapter]
+\newtheorem{theorem}{Theorem}[chapter]
 
 % #1 (optional): Fixed parameters of the problem
 % #2: Name of query problem
-- 
cgit v1.2.3