help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: extended @uref command?


From: Akim Demaille
Subject: Re: extended @uref command?
Date: Tue, 06 May 2003 09:56:04 +0200
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux)

| Therefore, I use a macro @rsuref, producing a footnote in non-html
| output:
| 
| @macro rsuref{url,text}
| @ifhtml
| @uref{\url\,address@hidden
| @end ifhtml
| @ifnothtml
| address@hidden@uref{\url\} (\text\)address@hidden
| @end ifnothtml
| @end macro

I use the following, which is really very close...

@c @href(URL, TITLE)
@c -----------------
@c A replacement for @uref that puts the URL in the footnotes when
@c not in HTML.
@ifhtml
@macro href{url, title}
@uref{\url\, \title\}
@end macro
@end ifhtml
@ifnothtml
@macro href{url, title}
address@hidden, @url{\url\}.}
@end macro
@end ifnothtml

I guess that by the time Texinfo has some form of BibTeX, url would
move into some urlography.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]