From 08420296e6dfc156b0f78a6366058fbc55642b59 Mon Sep 17 00:00:00 2001 From: nuluh Date: Tue, 3 Jun 2025 20:59:11 +0700 Subject: [PATCH] fix(documentclass): add missing \makeatother command to properly close the @ symbol --- latex/thesis.cls | 1 + 1 file changed, 1 insertion(+) diff --git a/latex/thesis.cls b/latex/thesis.cls index 513f605..8364263 100644 --- a/latex/thesis.cls +++ b/latex/thesis.cls @@ -324,5 +324,6 @@ \newcommand{\theyear}{% \expandafter\@car\expandafter\@gobble\the\year\@nil } +\makeatother \endinput \ No newline at end of file