[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] editing the head-section in grohtml
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] editing the head-section in grohtml |
Date: |
Sun, 09 May 2010 06:49:28 +0200 (CEST) |
> Is it possible to edit the whole <head> </head> section,
No.
> and where is it stored?
In file src/devices/grohtml/post-html.cpp, have a look into function
html_printer::do_file_components(), which in turn calls
html_printer::writeHeadMetaStyle(). The latter shows the hard-coded
parts of the `head' section.
> [...] but I have to insert the line
>
> .HEAD <LINK REL="stylesheet" TYPE="text/css" HREF="stylesheet.css">
>
> into every file.
Why is this a problem?
Werner