From 2001d705fbacf2f2c9c879d7fbed518362225bc1 Mon Sep 17 00:00:00 2001 From: Lars Przybylek Date: Thu, 28 Nov 2024 16:06:06 +0000 Subject: [PATCH] fix: remove unnecessary bracket in theorem definition causing TeX Live build failure --- hdathesis.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdathesis.sty b/hdathesis.sty index f839168..5f3e1a2 100644 --- a/hdathesis.sty +++ b/hdathesis.sty @@ -54,7 +54,7 @@ \newtheorem{Lemma}{Lemma} \newtheorem{Corollary}{Corollary} } -\theoremstyle{plain} {{\theorembodyfont{\normalfont} +\theoremstyle{plain} {\theorembodyfont{\normalfont} \newtheorem{Definition}{Definition}} \newcommand{\qed}{\hfill \mbox{\raggedright \rule{.07in}{.1in}}} \newenvironment{proof}{\vspace{1ex}\noindent{\textbf Proof}\hspace{0.5em}}