[l2h] Add a custom footer

Bob van der Poel bob at mellowood.ca
Tue Oct 20 04:33:09 CEST 2020


Is there a central repository of hints like this. Very useful information
is posted here and I fear losing it.


On Sun, Oct 18, 2020 at 10:47 PM Shigeharu TAKENO <shige at iee.niit.ac.jp>
wrote:

> shige 10/19 2020
> ----------------
>
> Jacques B. Siboni wrote:
> | Is there a way to insert a custom footer at the bottom of each page? It
> has to
> | be added to the automatically generated one.
> |
> | BTW I don't really get how the default one is generated.
>
> To modify your footer, to insert customized bot_navigation_panel()
> in your ini file (.latex2html-init). For example,
>
>   sub bot_navigation_panel {
>     "<HR>".
>     ($PREVIOUS_TITLE ? "<B> Previous:</B> $PREVIOUS_TITLE\n" : undef) .
>     ($NEXT_TITLE ? "<B> Next:</B> $NEXT_TITLE\n" : undef) .
>     ($UP_TITLE ? "<B>Up:</B> $UP_TITLE\n" : undef) .
>     "<HR>\n"
>   }
>
> If you want to show the bottom navigation always, please put
>
>   $AUTO_NAVIGATION = 0;
>   $BOTTOM_NAVIGATION = 1;
>
> into the ini file.
>
> +========================================================+
>  Shigeharu TAKENO     NIigata Institute of Technology
>                        kashiwazaki,Niigata 945-1195 JAPAN
>  shige at iee.niit.ac.jp   TEL(&FAX): +81-257-22-8161
> +========================================================+
> _______________________________________________
> latex2html mailing list
> latex2html at tug.org
> https://tug.org/mailman/listinfo/latex2html
>


-- 

**** Listen to my FREE CD at http://www.mellowood.ca/music/cedars ****
Bob van der Poel ** Wynndel, British Columbia, CANADA **
EMAIL: bob at mellowood.ca
WWW:   http://www.mellowood.ca
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/latex2html/attachments/20201019/1d6e04a7/attachment.html>


More information about the latex2html mailing list.