<div dir="ltr"><div class="gmail_default" style="font-family:times new roman,serif">Is there a central repository of hints like this. Very useful information is posted here and I fear losing it. <br><table cellpadding="0"><tbody><tr><td colspan="3"><table cellpadding="0"><tbody><tr><td><br></td></tr></tbody></table></td></tr></tbody></table></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Oct 18, 2020 at 10:47 PM Shigeharu TAKENO <<a href="mailto:shige@iee.niit.ac.jp" target="_blank">shige@iee.niit.ac.jp</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">shige 10/19 2020<br>
----------------<br>
<br>
Jacques B. Siboni wrote:<br>
| Is there a way to insert a custom footer at the bottom of each page? It has to<br>
| be added to the automatically generated one. <br>
| <br>
| BTW I don't really get how the default one is generated.<br>
<br>
To modify your footer, to insert customized bot_navigation_panel()<br>
in your ini file (.latex2html-init). For example,<br>
<br>
  sub bot_navigation_panel {<br>
    "<HR>".<br>
    ($PREVIOUS_TITLE ? "<B> Previous:</B> $PREVIOUS_TITLE\n" : undef) .<br>
    ($NEXT_TITLE ? "<B> Next:</B> $NEXT_TITLE\n" : undef) .<br>
    ($UP_TITLE ? "<B>Up:</B> $UP_TITLE\n" : undef) . <br>
    "<HR>\n"<br>
  }<br>
<br>
If you want to show the bottom navigation always, please put<br>
<br>
  $AUTO_NAVIGATION = 0;<br>
  $BOTTOM_NAVIGATION = 1;<br>
<br>
into the ini file.<br>
<br>
+========================================================+<br>
 Shigeharu TAKENO     NIigata Institute of Technology<br>
                       kashiwazaki,Niigata 945-1195 JAPAN<br>
 <a href="mailto:shige@iee.niit.ac.jp" target="_blank">shige@iee.niit.ac.jp</a>   TEL(&FAX): +81-257-22-8161<br>
+========================================================+<br>
_______________________________________________<br>
latex2html mailing list<br>
<a href="mailto:latex2html@tug.org" target="_blank">latex2html@tug.org</a><br>
<a href="https://tug.org/mailman/listinfo/latex2html" rel="noreferrer" target="_blank">https://tug.org/mailman/listinfo/latex2html</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><span><font color="#888888"><br><div>**** Listen to my FREE CD at <a href="http://www.mellowood.ca/music/cedars" target="_blank">http://www.mellowood.ca/music/cedars</a> ****<br>Bob van der Poel ** Wynndel, British Columbia, CANADA **<br>EMAIL: <a href="mailto:bob@mellowood.ca" target="_blank">bob@mellowood.ca</a><br>WWW:   <a href="http://www.mellowood.ca" target="_blank">http://www.mellowood.ca</a></div></font></span></div></div>