From 15fe8339ece0d378f41136d242a6c7c95bdf051e Mon Sep 17 00:00:00 2001 From: nuluh Date: Wed, 4 Jun 2025 15:31:00 +0700 Subject: [PATCH] feat(documentclass): add new glossary for notation --- latex/thesis.cls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/latex/thesis.cls b/latex/thesis.cls index c74b63f..b1ad88e 100644 --- a/latex/thesis.cls +++ b/latex/thesis.cls @@ -192,6 +192,9 @@ % \renewcommand{\cfttoctitlefont}{\bfseries\MakeUppercase} % \renewcommand{\cftaftertoctitle}{\vskip 2em} +% Defines a new glossary called “notation” +\newglossary[nlg]{notation}{not}{ntn}{Notation} + % Define the header for the location column \providecommand*{\locationname}{Location}