help-texinfo
[Top][All Lists]
Advanced

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

URL's in footnotes?


From: Jorgen Schaefer
Subject: URL's in footnotes?
Date: 09 Apr 2001 21:52:35 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Hi there!
While writing a longer text in Texinfo, i noticed one pretty
useful way to typeset URL's in a document for printing is to put
them in footnotes.  This way, they don't obstruct the normal flow
of reading, and still are where they should be (Except for short
URL's, they are not very useful in printed documents except when
you really want to look them up).

That's what i did:

@iftex
@macro footnotelink {text, url}
address@hidden@uref{\url\}}
@end macro
@end iftex

@ifnottex
@macro footnotelink {text, url}
@uref{\url\,\text\}
@end macro
@end ifnottex

But maybe something like that would be a nice addition to the
Texinfo core?

Just a thought,
        -- Jorgen

-- 
((email . "address@hidden")       (www . "http://forcix.cx/";)
 (irc   . "address@hidden (IRCnet)") (gpg .    "1024D/028AF63C"))



reply via email to

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