From c768dac5924d6d31c19da72972b585913b044e87 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Wed, 18 Sep 2024 20:35:33 +0200
Subject: [PATCH] allow cover commands to work with glossary entries

---
 cover.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cover.tex b/cover.tex
index 9965ddf6..5498527b 100644
--- a/cover.tex
+++ b/cover.tex
@@ -5,8 +5,8 @@
 % commands. We resolve this with a little white lie.
 \newcommand\glsentrylongpl{}
 \newcommand\glsentrytext{}
-\newcommand\Glsfmtplural{}
-\newcommand\Glsfmtlongpl{}
+\newcommand\Glsfmtplural[1]{\MakeUppercase#1s}
+\newcommand\Glsfmtlongpl[1]{\MakeUppercase#1s}
 \newcommand\Gls{}
 \newcommand\Glsfmttext{}
 \newcommand\gls{}
-- 
GitLab