From ae087c014e1517a5de5948dd43e61c4b8f0eb3b8 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Thu, 4 Jan 2024 06:51:38 +0100 Subject: [PATCH] adjust \exRef --- layout.sty | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layout.sty b/layout.sty index fe5d8187..148f1629 100644 --- a/layout.sty +++ b/layout.sty @@ -202,8 +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]{% -\ignorespaces\iftoggle{#1}{\footnote{\textit{\MakeUppercase#2}, \autopageref{#3}. -(\nameref{#3})}}% +\iftoggle{#1}{\footnote{See the book of \textit{\MakeUppercase#2}, \autopageref{#3} --- \nameref{#3}}}% {}% } -- GitLab