From 79fce0aab861422d644296f1646fea33cc112ffd Mon Sep 17 00:00:00 2001 From: Leon Etienne Date: Fri, 27 Jan 2023 03:10:19 +0100 Subject: [PATCH] feat: better fullref style --- macros.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros.tex b/macros.tex index 73c0872..6e59a7f 100644 --- a/macros.tex +++ b/macros.tex @@ -9,4 +9,4 @@ \newcommand{\tblVline}{\vline\hspace{2mm}} % Will do a full reference, with both a number AND a caption. Like '1.2.3 Coding the code' -\newcommand{\fullref}[1]{\ref{#1} \nameref{#1}} +\newcommand{\fullref}[1]{\enpointy{\ref{#1} \nameref{#1}}}