[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] www.tmac bugs? .BCL, .BGIMG produce <body> inside <body>
From: |
Dorai Sitaram |
Subject: |
[Groff] www.tmac bugs? .BCL, .BGIMG produce <body> inside <body> |
Date: |
Tue, 1 Jul 2003 11:22:31 -0400 (EDT) |
Minor things regarding www.tmac, in the hope they may
be useful.
1. The macros .BCL and .BGIMG add text of the form
<body something>
in place, instead of adding the something to the
already generated <body> opening tag.
2. A macro
.CSS css-file
would be a good thing to add to www.tmac. This
identifies css-file as a cascading stylesheet to be
used by the HTML output, and generates the text
<link rel="stylesheet" type="text/css" href="css-file"
title=default>
again not in place, but in the <head> of the document.
3. More generally, it may be useful to have a
variant .HTML, called .HTMLHEAD say, that will put
stuff in the <head>.
--dorai
p.s. I am trying out groff-to-HTML ideas (in a
high-level language) in
http://www.ccs.neu.edu/~dorai/groff2page/groff2page.html,
for those interested.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Groff] www.tmac bugs? .BCL, .BGIMG produce <body> inside <body>,
Dorai Sitaram <=