From d68da0168a4d23ee893a00b0758f71aaaf160416 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 7 Jan 2024 22:11:50 +0100
Subject: [PATCH] place full stop after \exRef footnote

---
 layout.sty | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layout.sty b/layout.sty
index 148f1629..f0b21ac1 100644
--- a/layout.sty
+++ b/layout.sty
@@ -202,7 +202,7 @@ bookmarks=true]%
 % Argument 2: What to call that directory (e.g. 'the core rules')
 % Argument 3: Which label you're referring to
 \newcommand\exRef[3]{%
-\iftoggle{#1}{\footnote{See the book of \textit{\MakeUppercase#2}, \autopageref{#3} --- \nameref{#3}}}%
+\iftoggle{#1}{\footnote{See the book of \textit{\MakeUppercase#2}, \autopageref{#3} --- \nameref{#3}.}}%
 {}%
 }
 
-- 
GitLab