From 400a2e042c378e41d679762f2fe3d7d2a34cf7c7 Mon Sep 17 00:00:00 2001 From: Yong Hoon Lee Date: Sat, 9 Dec 2023 16:09:41 -0600 Subject: [PATCH] Fixed issues that printglossary created empty page before printing list of glossary --- uofm.cls | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/uofm.cls b/uofm.cls index 07c765f..c35bbb1 100644 --- a/uofm.cls +++ b/uofm.cls @@ -587,10 +587,11 @@ \newcommand\listglossaries{% \if@proposal\else% \singlespacing% + \renewcommand*{\glsclearpage}{}% \printglossary[title=\glossaryname,style=index2,nogroupskip=true]% \doublespacing% - \fi -} + \fi% +}% \newenvironment{verse} {\let\\\@centercr