From a3b5b209ceaa53b3daea60c42300d9d50c7de75d Mon Sep 17 00:00:00 2001 From: Josia Pietsch Date: Fri, 28 Jul 2023 19:12:44 +0200 Subject: [PATCH] add parentheses to yaref --- jrpie-yaref.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jrpie-yaref.sty b/jrpie-yaref.sty index 4fd9b6a..00ab46b 100644 --- a/jrpie-yaref.sty +++ b/jrpie-yaref.sty @@ -6,7 +6,7 @@ \newcommand{\yaref@text@large}[1]{% \ifcsname yaref@longlabel@#1\endcsname% - \hyperref[#1]{\csname yaref@longlabel@#1\endcsname\ \ref*{#1}}% + \hyperref[#1]{\csname yaref@longlabel@#1\endcsname\ (\ref*{#1})}% \else% \autoref{#1}% \fi%