[plt-scheme] Tex2page footer question?

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Fri Apr 22 11:56:22 EDT 2005

Surendra Singhi wrote:

> Hello,
>   I have a question about tex2page. I am using it to generate HTML files from
> a tex file. For all the generated HTML files I want a certain footer
> containing my name(contact info.) and date of last modification to be added to
> it.
> 
> Any suggestions on how to do it? I searched on google and even read the
> tex2page documentation but did not find a way to do it.

In the worst case: write a little script that takes an html-files generated
by tex2page as input and substitutes </html> with <<your-footer>></html>.

Perhaps mzpp can be of help?

<http://download.plt-scheme.org/scheme/plt-clean-cvs/collects/preprocessor/doc.txt>

Btw - mzpp is missing from <http://www.plt-scheme.org/software/>.

-- 
Jens Axel Søgaard




Posted on the users mailing list.