From b75d44cb0b509ea711181db5d8b0d44145e18232 Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Tue, 12 Dec 2017 17:11:50 +0100 Subject: [PATCH] Modifed the outdated \bf command to \textbf. --- hdathesis.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdathesis.sty b/hdathesis.sty index 3bd70d8..f839168 100644 --- a/hdathesis.sty +++ b/hdathesis.sty @@ -57,7 +57,7 @@ \theoremstyle{plain} {{\theorembodyfont{\normalfont} \newtheorem{Definition}{Definition}} \newcommand{\qed}{\hfill \mbox{\raggedright \rule{.07in}{.1in}}} -\newenvironment{proof}{\vspace{1ex}\noindent{\bf Proof}\hspace{0.5em}} +\newenvironment{proof}{\vspace{1ex}\noindent{\textbf Proof}\hspace{0.5em}} {\hfill\qed\vspace{2ex}} %*******************************************************************************