From 55d71819679b20c2d26557d94eae6b505becaf6e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 3 Oct 2024 13:20:43 +0200 Subject: fix(common/latex/preamble): Fix compilation errors --- common/latex/preamble/academia/theorems/definitions.tex | 2 +- common/latex/preamble/academia/theorems/mod.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common/latex/preamble/academia/theorems') diff --git a/common/latex/preamble/academia/theorems/definitions.tex b/common/latex/preamble/academia/theorems/definitions.tex index 4355b3c..3179dd9 100644 --- a/common/latex/preamble/academia/theorems/definitions.tex +++ b/common/latex/preamble/academia/theorems/definitions.tex @@ -1,4 +1,4 @@ -\renewcommand\qedsymbol{\ensuremath{\text{\textit{O.}}~\epsilon.~\delta.}} +\RenewDocumentCommand\qedsymbol{}{\ensuremath{\text{\textit{O.}}~\epsilon.~\delta.}} % \renewcommand\qedsymbol{\dots} \theoremstyle{definition} diff --git a/common/latex/preamble/academia/theorems/mod.tex b/common/latex/preamble/academia/theorems/mod.tex index 8350276..d0f801c 100644 --- a/common/latex/preamble/academia/theorems/mod.tex +++ b/common/latex/preamble/academia/theorems/mod.tex @@ -1,2 +1,2 @@ -\input{headers/preamble/academia/theorems/definitions.tex} \input{headers/preamble/academia/theorems/packages.tex} +\input{headers/preamble/academia/theorems/definitions.tex} -- cgit 1.4.1