8 lines
169 B
TeX
8 lines
169 B
TeX
% A link printed in parenthesis
|
|
|
|
\newcommand{\plnk}[2]{\hyperref[#1]{($\hookrightarrow$ #2)}}
|
|
|
|
% A text passage used as a link
|
|
|
|
\newcommand{\tlnk}[2]{\hyperref[#1]{#2}}
|