[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: @ if html uref suggestion
From: |
W. L. Estes |
Subject: |
Re: @ if html uref suggestion |
Date: |
Thu, 9 Nov 2000 12:33:06 -0500 |
>From the texinfo manual:
File: texinfo, Node: uref
The third argument, on the other hand, if specified is also the text
to display, but the url is _not_ output in any format. This is useful
when the text is already sufficiently referential, as in a man page. If
the third argument is given, the second argument is ignored.
Is that the functionality you desired?
> When I (recently) started to use TeXinfo, I very early searched the
> doc in vain for this "@ifhtmluref" function, which I finally wrote by
> myself :
>
>
> @macro ifhtmluref {htmllink, holder}
>
> @ifhtml
> @uref{\htmllink\ , \holder\}
> @end ifhtml
>
> @ifnothtml
> \holder\
> @end ifnothtml
>
> @end macro
--Will
Re: @ if html uref suggestion, Akim Demaille, 2000/11/10