14 Nov
2011
14 Nov
'11
5:41 p.m.
On Mon, Nov 14, 2011 at 04:42:54AM -0500, Aditya Mahajan wrote:
I support having commands which typeset the urls directly, but the macros on the wiki are not the best ones.
\def\href#1#2{\useURL[#2][{#2}][][{#1}]\goto{\url[#2]}[url(#1)]}
Why not simply:
\def\href#1#2{\goto{#2}[url(#1)]}
I use something like that all the time. Regards, Khaled