On 19 Jun 2020, at 13:49, Hans Hagen <j.hagen@xs4all.nl> wrote:
On 6/19/2020 1:28 PM, Nigel King wrote:Hi Group,the content is not expanded, why not just use
I want to insert a variable hyper reference into a pdf document. The following method does not work for some reason.
\def\hyperref{http://www.website.com/abc/def}
show \hyperref
Gives the correct answer but
\useURL[this_doc][\hyperref][][displayed text]
\from[this_doc]
Gives
hyperef%20 as the url
What am I doing wrong?
\useURL[this_doc][http://www.website.com/abc/def][][displayed text]