From 86c7347ee63033eb72dba561fa37bb64ab9e1c9a Mon Sep 17 00:00:00 2001 From: Ayarjay <43884089+Ayarjay@users.noreply.github.com> Date: Sun, 20 Jun 2021 14:48:37 +0100 Subject: [PATCH] Remove duplicate `\makeatletter` Removal of `\makeatletter` on line 46, query if intended to use `\makeatother` although note this will cause errors to later \@ uses in the script. --- common/common.tex | 1 - 1 file changed, 1 deletion(-) diff --git a/common/common.tex b/common/common.tex index 46abc14..35d3309 100644 --- a/common/common.tex +++ b/common/common.tex @@ -43,6 +43,5 @@ \newcommand{\supervisor}[1]{\renewcommand{\@supervisor}{#1}} \newcommand{\@yearofstudy}[0]{} \newcommand{\yearofstudy}[1]{\renewcommand{\@yearofstudy}{#1}} -\makeatletter \newtoggle{IsDissertation}