bug-texinfo
[Top][All Lists]
Advanced

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

Re: @ if html uref suggestion


From: Akim Demaille
Subject: Re: @ if html uref suggestion
Date: 10 Nov 2000 17:34:41 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

I personally use this:

@c I don't like the way URL are displayed in TeX with @uref.
@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.e., in paged outputs the url is in a footnote.  That's much better
looking (imho).



reply via email to

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