@c faqmacro.txi: -*- Texinfo -*- @c ------------------------------------------------------------------------- @c @c Macros for making DJGPP FAQ list in various formats. @c @c Author: Eli Zaretskii (eliz@is.elta.co.il) Tue Oct 17 19:56:23 1995. @c @c Many ideas taken from files `multifmt.texi' and html.texi' @c written by Brian J. Fox and distributed with GNU Texinfo archive: @c @c Author: Brian J. Fox (bfox@ua.com) Sun Apr 2 07:56:23 1995. @c @c ------------------------------------------------------------------------- @c @c Auxilliary macros for frequently-used addresses and program versions @c @include faq-addr.txi @include faq-vers.txi @ifhtml @macro bs \\ @end macro @macro ftpdir{host, dir} @uref{ftp://\host\\dir\/, \host\} @end macro @macro ftpusr{desc, host, login, passwd} @uref{ftp://\login\:\passwd\@@\host\/, \desc\} @end macro @macro news{name} the @uref{news:\name\, \name\ news group} @end macro @macro extrefx{node, desc, file, title, url} See @www{\title\, \url\} @end macro @macro extref{node, desc, file, title, url} see @www{\title\, \url\} @end macro @end ifhtml @ifinfo @macro bs \ @end macro @macro ftpdir{host, dir} \host\, directory \dir\ @end macro @macro ftpusr{desc, host, login, passwd} \desc\ (FTP to \host\, login as \login\, give \passwd\ as password) @end macro @macro news{name} \name\ news group @end macro @ifclear text @macro extrefx{node, desc, file, title, url} @xref{\node\, , \desc\, \file\, \title\} @end macro @macro extref{node, desc, file, title, url} see @ref{\node\, , \desc\, \file\, \title\} @end macro @end ifclear @end ifinfo @macro quest{stuff} @quote-arg @noindent @emph{@strong{Q}: \stuff\} @sp 1 @end macro @macro ans @noindent @strong{A}: @end macro @macro www{desc, path} @uref{http://\path\, \desc\} @end macro @macro ftp{desc, path} @uref{ftp://\path\, \desc\} @end macro @macro gopher{desc, path} @uref{gopher:\path\, \desc\} @end macro @macro mail{name, address} @email{\address\, \name\} @end macro @c @c Cross-references: mostly for Text version @ifset text @macro pxref{node, desc, chapter} see \desc\ in "\chapter\" @end macro @macro xref{node, desc, chapter} See \desc\ in "\chapter\" @end macro @macro ref{node, desc, chapter} \desc\, in "\chapter\" @end macro @macro extrefx{node, desc, file, title, url} See \desc\ in ``\title\'', or point your Web browser to http://\url\ @end macro @macro extref{node, desc, file, title, url} see \desc\ in ``\title\'', or point your Web browser to http://\url\ @end macro @c @macro footnote{stuff} @c @quote-arg @c (\stuff\) @c @end macro @end ifset