From e09d9ffc63747f8cca3bf7c9c80c6d83c3eea001 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Wed, 26 Jun 2024 10:55:19 +0200 Subject: [PATCH] Fix \eqref --- utils/commands.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/commands.tex b/utils/commands.tex index 12b902d..e0461cd 100644 --- a/utils/commands.tex +++ b/utils/commands.tex @@ -114,7 +114,7 @@ %% Maths -\newcommand{\eqref}[1]{Eq.~\ref{eq:#1}} +\renewcommand{\eqref}[1]{Eq.~\ref{eq:#1}} \newcommand{\measure}[3]{$\mathrm{#1} = \qty{#2}{#3}$}