@c rhidemac.htm: -*- Texinfo -*- @c ------------------------------------------------------------------------- @c @c Macros for making RHIDE documentation in HTML format. @c @c Author: Robert H”hne (robert.hoehne@gmx.net) @c November 1996. @c @c Derived from 'faqmacros.txi', which is part of DJGPP FAQ written @c by Eli Eli Zaretskii (eliz@is.elta.co.il) @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 This creates a standard HTML prolog. @c @macro html
@end macro @c @c TITLEs for HTML @c @macro htmltitle{line} @* @w{
@end macro @c @c @mail{Eli Zaretskii, eliz@@is.elta.co.il} @c @macro mail{name, address} @w{\name\} @end macro @c @c @ftp{SimTel, ftp.coast.net/SimTel/vendors/djgpp/} @c @macro ftp{desc, path} @w{\desc\} @end macro @c @c @ftpdir{ftp.coast.net, /SimTel/vendors/djgpp} @c @macro ftpdir{host, dir} @w{\host\} @end macro @c @c ftpusr{riceng.rice.edu, login: ezgcc, passwd: ezgcc} @c @macro ftpusr{desc, host, login, passwd} @w{\desc\} @end macro @c @c @www{DJGPP server, www.delorie.com/djgpp/} @c @macro www{desc, path} @w{\desc\.} @end macro @c @c @gopher{SimTel, ftp.coast.net/SimTel/vendors/djgpp/} @c @macro gopher{desc, path} @w{\desc\} @end macro @c @c @news{comp.os.msdos.djgpp} @c @macro news{name} @w{\name\} @end macro @c @c Redefine the TeXinfo commands which have direct HTML counterparts. @c @macro html-define-0arg{command, html-insertion} @macro \command\ @w{\html-insertion\} @end macro @end macro @macro html-define-1arg{command, html-insertion} @macro \command\{arg} @quote-arg @w{\html-insertion\} @end macro @end macro @macro html-define-line{command, html-insertion} @macro \command\{line} @w{\html-insertion\} @end macro @end macro @macro asis{arg} \arg\ @end macro @c @c Various lists (@table, @itemize, @enumerate) @c @ignore @macro table{flavor}
@_table_format{\line\} | @end macro @macro titemx{line} @titem \line\ @end macro @macro end_table |
@* @format @end macro @macro end_format @end format @exdent@* @* @end macro @macro display @exdent
@* @display @end macro @macro example @exdent@* @* @end macro @macro end_quotation @end quotation @exdent @* @* @end macro @c @c Nodes, chapters, sections and menus @c @macro menu@* @example @end macro @macro smallexample @exdent@* @* @end macro @macro end_display @end display @exdent@* @smallexample @end macro @macro quotation @exdent@* @* @end macro @macro end_smallexample @end smallexample @exdent@* @quotation @end macro @macro end_example @end example @exdent
@*
@* @end macro @macro node{this, next, prev, up} @end macro @macro top{line}@* @* @end macro @macro chapter{line}
@*
@* @end macro @macro subsection{line} @*
@* @end macro @macro subsubsection{line} @*
@* @end macro @macro unnumbered{line} @chapter{\line\} @end macro @macro unnumberedsec{line} @section{\line\} @end macro @macro subsubheading{line} @subsubsection{\line\} @end macro @macro appendix{line} \line\
@end macro @macro appendixsec{line} \line\
@end macro @c @c Footnotes @ @macro footnote{stuff} @quote-arg
Note: \stuff\
@end macro @macro quest{stuff} @quote-arg @* Question: \stuff\
@* @end macro @macro ans @* @exdent
\arg\
@end macro
@macro file{arg}
\arg\
@end macro
@macro emph{arg}
\arg\
@end macro
@macro strong{arg}
\arg\
@end macro
@macro kbd{arg}
\arg\
@end macro
@macro key{arg}
\arg\
@end macro
@c @macro key{arg}
@c \arg\ |