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 <sh...@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
>  sh...@iee.niit.ac.jp   TEL(&FAX): +81-257-22-8161
> +========================================================+
> _______________________________________________
> latex2html mailing list
> latex2html@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: b...@mellowood.ca
WWW:   http://www.mellowood.ca
_______________________________________________
latex2html mailing list
latex2html@tug.org
https://tug.org/mailman/listinfo/latex2html

Reply via email to