From 78c71425fd313264acd6676efa2cd7b0bfaec6ac Mon Sep 17 00:00:00 2001 From: kthoden Date: Tue, 15 Sep 2020 15:50:59 +0200 Subject: [PATCH] Add command for links with a text --- examples/124_eoatex/preambel/pre_eoa.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/124_eoatex/preambel/pre_eoa.tex b/examples/124_eoatex/preambel/pre_eoa.tex index 62c6d74..467189a 100755 --- a/examples/124_eoatex/preambel/pre_eoa.tex +++ b/examples/124_eoatex/preambel/pre_eoa.tex @@ -509,6 +509,8 @@ \newcommand{\EOAref}[1]{\ref{#1}} % New command for referencing pages \newcommand{\EOApageref}[1]{\pageref{#1}} +% New command for referencing with text +\newcommand{\EOAtextref}[2]{\hyperref[#1]{#2}} % New command for label \newcommand{\EOAlabel}[1]{\phantomsection\label{#1}} % New command for marking index entries