From 3eb128c2f0764fc02fb1daceb04d82055843a109 Mon Sep 17 00:00:00 2001 From: Luke Naylor <l.naylor@sms.ed.ac.uk> Date: Mon, 17 Apr 2023 11:41:29 +0100 Subject: [PATCH] Correct double definition of gcd --- main.tex | 1 - 1 file changed, 1 deletion(-) diff --git a/main.tex b/main.tex index b3a0f9f..218ae30 100644 --- a/main.tex +++ b/main.tex @@ -13,7 +13,6 @@ \newcommand{\RR}{\mathbb{R}} \newcommand{\chern}{\operatorname{ch}} \newcommand{\lcm}{\operatorname{lcm}} -\newcommand{\gcd}{\operatorname{gcd}} \newcommand{\firsttilt}[1]{\mathcal{B}^{#1}} \newcommand{\bddderived}{\mathcal{D}^{b}} \newcommand{\centralcharge}{\mathcal{Z}} -- GitLab