From 719ae8e29714c34d2a61ea9d81774c5c5806dc76 Mon Sep 17 00:00:00 2001 From: "Rifqi D. Panuluh" <69516665+nuluh@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:29:11 +0000 Subject: [PATCH] fix(documentclass): remove commented page reference from glossentry description --- latex/thesis.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latex/thesis.cls b/latex/thesis.cls index fe00f83..b0479b8 100644 --- a/latex/thesis.cls +++ b/latex/thesis.cls @@ -258,8 +258,8 @@ \renewcommand*{\glossentry}[2]{% \item \glstarget{##1}{\glossentryname{##1}}% \mbox{}\\ - \glossentrydesc{##1}\space - [##2] % appears on page x + \glossentrydesc{##1} + % [##2] % appears on page x }% % sub-entries as separate paragraphs, still aligned \renewcommand*{\subglossentry}[3]{%