I tried using @html within the header portion of the makeinfo file, and that
didn't work. I haven't looked at the sources.
What I think is desirable here is some means to introduce attributes of the
body tag (e.g. bgcolor, link colors, etc) and also some means to introduce
link tags in the html header.
A perfectly acceptable solution to the links issue would be a means to
inject raw html into the <head> portion of the document, which shouldn't
require a big departure from what is already there. The link color issue
probably wants either an HTML-oriented @htmlbody tag or a set of well-known
variables, as in
@set html-body-bgcolor red
Not having thought about it a lot, I'm partial to the well-known variables
approach.
----- Original Message -----
From: "W. L. Estes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, June 12, 2000 11:15 AM
Subject: Re: makeinfo options
> > Finally, some mechanism should be introduced to allow control over
> > content in the HTML header. In particular, some means is needed to
> > introduce style sheets.
> >
> > I don't know about style sheets, but some form of html output control
> > may be desirable. On the other hand, ultimate flexibility in output is
> > not what Texinfo is about -- you can't do much at all to control the way
> > the TeX output appears either. It's more for common input than perfect
> > output.
>
> I posted patches which controlled the output of the <body> tag which
> then allowed for arbitrary content in the headers. @html, after
> applying the patch, works well for CSS. Did that patch make it into
> the texinfo sources?
>
> --Will
>