.\" www.tmac .\" .\" A simple set of macros to provide HTML documents with basic .\" www functionality. It will work with any macro set. .\" .nr _C \n(.C .cp 0 .nr www-html 0 .if '\*(.T'html' .nr www-html 1 .\" .\" .\" .de HTML . if \\n[www-html] \{\ .\" the following line makes the vertical mode leave, so to say \& \X^html:\\$*^ . \} .. .de HTMLINDEX . if \\n[www-html] \X^index:\\$*^ .. .\" .\" BODYCOLOR - $1 is foreground color .\" $2 is background color .\" $3 is the color of an active hypertext link .\" $4 is the color of a hypertext link not yet visited .\" $5 is the color of a visited hypertext link .\" .de BODYCOLOR . HTML
.. .\" .\" BACKGROUND - $1 is the background image file .\" .de BACKGROUND . HTML .. .\" .\" URL - $1 is the classical underlined blue text .\" $2 is the url .\" $3 is optional stuff printed immediately after $3 .\" .de URL . ie \\n[www-html] \{\ . HTML \\$1\\$3 . \} . el \{\ \\$1 \(la\fC\\$2\fP\(ra\\$3 . \} .. .\" .\" FTP - $1 is the classical underlined blue text .\" $2 is the ftp url .\" $3 is optional stuff printed immediately after $2 .de FTP . ie \\n[www-html] \{\ . HTML \\$1\\$3 . \} . el \{\ \\$1 \(la\fC\\$2\fP\(ra\\$3 . \} .. .\" .\" MAILTO - generate html email reference .\" $1 is the email address (without the `mailto:' prefix) .\" $2 is the optional name .\" $3 is optional stuff printed immediately after $2 (resp. $1) .\" .\" example: .\" .\" Foobar has been written by .\" .MAILTO fred@foo.bar "Fredrick Bloggs" . .\" .de MAILTO .\" .\" force reset after a potential heading by performing some motion.. .\" how do we do this --fixme-- .\" \h'\w' ''\h'-\w' '' doesn't work.. . ie \\n[www-html] \{\ . ie '\\$2'' \{\ . HTML "\\$1\\$3" . \} . el \{\ . HTML "\\$2\\$3" . \} . \} . el \{\ . ie '\\$2'' \{\ \fC\\$1\fP\\$3 . \} . el \{\ \\$2 \(la\fC\\$1\fP\(ra\\$3 . \} . \} .. .\" .\" TAG - generate an html name $1 .\" .de TAG . HTML .. .\" .\" IMAGE - reference an image .\" $1 is the image file .\" $2 is the x width (default if absent 400 pixels) .\" $3 is the y width (default if absent is the x value) .\" .de IMAGE . ie \\n[www-html] \{\ . nr HTMLWIDTH 400 . if !'\\$2'' \{\ . nr HTMLWIDTH \\$2 . \} . nr HTMLHEIGHT \\n[HTMLWIDTH] . if !'\\$3'' \{\ . nr HTMLHEIGHT \\$3 . \} . HTML-TAG ".centered-image" . HTML . \} . el \{\ . B1 \(la\fC\\$1\fP\(ra . B2 . \} .. .\" HTML-TAG - emit a tag for the new grohtml .de HTML-TAG . if \\n[www-html] \{\ .\" the following line makes the vertical mode leave, so to say \& \X^html-tag:\\$*^ . \} .. .\" LINKS - emit the automatically collected links derived from section/numbered .\" headings at this position. .de LINKS . HTML-TAG ".links" .. .\" .\" LINE - produce a horizontal line .\" .de LINE . ti 0 . HTML