From 267cb57da9fcc7348cc7ce201a14555ae68005a7 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 5 Oct 2024 13:12:27 +0200
Subject: [PATCH] place \needspace before glossary topics

---
 glossary.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glossary.tex b/glossary.tex
index b4a3186..1620848 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -12,7 +12,7 @@
 }
 
 % Header line above topic
-%\renewcommand*{\glstopicPreSkip}{\bigLine\medskip\needspace{10\baselineskip}}
+\renewcommand*{\glstopicPreSkip}{\medskip\needspace{10\baselineskip}}
 
 \renewcommand*{\glstopicInit}{\setlength{\parskip}{10pt}}
 
-- 
GitLab